Previous icon

Next icon

Enabling log files for the Crystal Report service

To enable debugging logs for the Crystal Report service:

  1. Navigate to the Crystal Report service installation folder.
  2. Open the log4net.config file in Microsoft Notepad.

    Log4net config notepad

  3. Find <log4net debug="false"> and change "false" to "true".

    For example <log4net debug="true">.

  4. Find <logger name="SynCrystalSched"> and change <level value="INFO"/> to <level value="ALL"/>.
  5. Save and close the file.

Last modified: 7/10/2013 10:14:00 AM

See Also

Configuring Crystal Report services

© 2013 Synergetic Management Systems. Published 15 October 2013.

Top of page