Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The DocumentRouter logs into several files:

  • global logging using KGS Logger Plugin (Logger.txt)

  • instance logging

DR global logging using KGS Logger Plugin

The DR is logging like any other KGS OSGi bundle using the KGS Logger Plugin.

The general general configuration of it can be found using the UI by clicking OSGi → Configuration → KGS File Logger.

Beside log file location and name, other settings can be done. For further description of this plugin please consult: KGS Logger Plugin

The configuration of the plugin just contain details about where an how to log. The log level can be set inside the global DR configuration: OSGi → Configuration → Global DocumentRouter Configuration

(info) Please Consider that other KGS plugins do log into that file, too.

DR instance logging

Every DocumentRouter has its own log file. This can be configured inside document router instance inside common tab.

Important here are these form fields:

  • LogDirectory (where the log files will be stored)

  • LogFilename (how the log file base name is)

  • Debug (log level 0..4 while 4 means debug and 0 none)

  • KeepLogfileDays (for log file rotation)

  • No labels