Logging of enaio® documentviewer

enaio® 11.10 »

The following configuration files are installed for logging enaio® documentviewer components using the default settings:

  • <installdir>\webapps\osdocumentviewer\WEB-INF\classes\logback.xml

    Default logger Description Default level File name
    performance.performance-request Incoming requests with information on processing DEBUG osdocumentviewer.log
  • <installdir>\webapps\osrenditionplus\WEB-INF\classes\logback.xml

    Default logger Description Default level File name
    performance.performance-request Incoming requests with information on processing DEBUG renditionplus.log
    messagetrace.routestart Information about Camel routes that have been started DEBUG
    messagetrace.route Information about Camel routes DEBUG
    config.exceptionstacktraceloglevel Sets the log level for Renditionplus exceptions ERROR
    converteroutput Logger for the outputs of the converters DEBUG
  • <installdir>\webapps\osrenditioncache\WEB-INF\classes\logback.xml

    Default logger Description Default level File name
    performance.performance-request Incoming requests with information on processing DEBUG osrenditioncache.log
    messagetrace.route Information about Camel routes DEBUG
    monitoring.ocr Information on OCR processes DEBUG osrenditioncache-ocr.log
    ftx.trace Information on OCR processes ERROR ftx-access-protocol.log
    monitoring.job Logger for monitoring jobs DEBUG osrenditioncache-jobmonitoring.log
    hsql.trace Logger for HyperSQLDatabase DEBUG hsql-compress-protocol.log
    jobprocessing Logger for job execution INFO osrenditioncache-jobprocessing.log

Logs are written to the <installdir>\logs directory by default.

Logging can be configured via the logback.xml files.

Further information can be found in the Logback documentation.