Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • contains most of the information concerning internal working of the JobScheduler. 
  • is subject to log rotation which archive existing file with suffix old e.g. scheduler-old.log and creates a new log file by the house keeping job sos/housekeeping/scheduler_rotate_log 
  • is stored in the file system (the default location is ${SCHEDULER_DATA}/logs/).
  • is always created. Users who wish not to use this log can apply the following settings to ./config/factory.ini that restrict the log to a minimum size:
    • Windows
      • log = nul
    • Unix
      • log = /dev/null

The Debug Log is presented in tabular form, with columns containing the following information:

...