Seon logging
From Seon
Logging mechanisms
Different technologies are used for logging differnt communication situations. These are differented in the following topics.
Seonapi logging
The communication between the web interface (and the native administrative application) and the PHP backend is logged in the Seonapi logfile. The following parameters are configurable:
- absolute position of the logfile ("Configuration" -> "Logging" -> "Absolute path to logfile of Seon API")
- Seonapi loglevel ("Configuration" -> "Logging" -> "Seon API loglevel")
The default position of the logfile is:
/opt/seon/tmp/seonapi.log
The logfile writer creates up to 6 files with a maximum filesize of 10MB, the actually used logfile is the configured one. Older logfiles have number suffixes like:
seonapi.log.1 seonapi.log.2 seonapi.log.3 seonapi.log.4