Skip to content
  • Vincent Petry's avatar
    Added exception logger plugin for sabre connector · 11ef12a1
    Vincent Petry authored
    Whenever an exception occurs in the sabre connector code or code called
    by it, it will be logged.
    
    This plugin approach is needed because Sabre already catches exceptions
    to return them to the client in the XML response, so they don't appear
    logged in the web server log.
    
    This will make it much easier to debug syncing issues.
    11ef12a1