To get a basic view of the log file, the Logging page can be found under the Admin Menu
This page uses the global property simflofy.admin.log.path, with a default value of ${catalina.base}/logs/3sixty-admin.log.
To modify this value edit simflofy-global.properties in the 3sixty-admin/WEB-INF/classes directory, for example:
simflofy.admin.log.path=/my/log/directory/logs/3sixty-admin.log
On this page the user can download the complete 3sixty-admin.log, as well as filter the last 5000 lines of the log file:
Level | Logs |
---|---|
Info | Info, Error |
Debug | Info, Error, Debug |
Trace | All |
Error | Error only |
You can also set the value simflofy.max.log.size to prevent performance issues. Defaults to 10 MB. KB and GB are also valid sizes.