Versions Compared

Key

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

...

Log names are in format logFile_RRRRYYYY-MM-DD_N.log, where N is order number unique for each day. If the log file is greater then 10MB then new log file with next order number is created. It's best practice to backup these application logs, at least for 2 months.

Logback offers lot of possibilities where and how log items save to - to file system, to database, send it by emails etc. 

Info

See ohf-logback.xml for default logging configuration.


When we use standard installation with Apache Tomcat server then we have all logs in /srv/project_name/logs/ folder with the the following sub-folders:

...