Debug Logging

Debug logging is ability of eTraxis to write down all user actions like opened pages, entered data, etc. Debug logs are useful to fix found bugs, so when available please create such logs for failed scenarios of eTraxis usage.

DEBUG_MODE

Debug level. Possible values are:

  • 0 - no debug logging
  • 1 - data-safe debug logging
  • 2 - full debug logging

If debug level is '0', no debug logs are created. If debug level is '2', eTraxis will create logs with information about called functions, passed values, raised errors and so on. If you don't want eTraxis to log the data you entered, set debug level to '1' and no personal information will be put in debug logs.

Please note that no passwords are put in logs at any debug level.

DEBUG_LOGS

(this option is ignored when debug mode is 0)

If you are going to turn debug logging on, you have to create a directory, where debug logs will be generated, and specify the path in this option. The path must be finished with '/' character. Please note that '/' character only is allowed for both Windows and Unix kind of systems. For Windows it could be something like 'C:/eTraxis/Logs/'. For Unix it could be something like '/usr/local/etraxis/logs/'.


Last update: 2009-08-10