Logging

Learn about logging in CRM.interface.

CRM.interface is a plugin in the Aurea.CRM server framework and is part of the of the homogenized server platform of Aurea.CRM. Basically the behavior of CRM.interface is defined via two settings files:

  • the settings.xml of the framework (\web), which holds the Aurea CRM server specific settings and
  • the CRM.interface-specific settings.xml (\web\system).

Additionally CRM.interface is influenced by the mm.ini file in \web\system\sys.

Consequently CRM.interface generates two log files:

  1. All logging of Aurea CRM server (e.g. regarding loading and unloading of the CRM.interface plug-in) is written to u8_iis_interface.log.
  2. All logging about the actual processing of CRM.interface is written to u8_interface.log.
Note: See the Aurea WIKI articles HOWTO Configure Logging for the Core and HOWTO configure diagnostic logging for CRM.interface for more details.