Difference between revisions of "Seon logging"

From Seon
Jump to: navigation, search
Line 19: Line 19:
 
The position where the Seon debug daemon writes its logfiles is dependant on the Seon's configured temporary directory. Configuration options for the daemons are:
 
The position where the Seon debug daemon writes its logfiles is dependant on the Seon's configured temporary directory. Configuration options for the daemons are:
 
*[[Seon_Core_configuration#temporary_directory|Temporary directory]] ("Configuration" -> "Directories" -> "Temporary directory")
 
*[[Seon_Core_configuration#temporary_directory|Temporary directory]] ("Configuration" -> "Directories" -> "Temporary directory")
*[[Seon_Core_configuration#Enable_continuous_write_of_Seon_debug_daemon_output.3F|Enable continuous write of Seon debug daemon output?]] ("Configuration" -> "Logging" -> "Enable continuous write of Seon debug daemon output? ")
+
*[[Seon_Core_configuration#Enable_continuous_write_of_Seon_debug_daemon_output.3F|Enable continuous write of Seon debug daemon output?]] ("Configuration" -> "Logging" -> "Enable continuous write of Seon debug daemon output?")

Revision as of 14:56, 4 June 2013

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:

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

Daemon logging

When external communication is being involved for logging, the Seon debug daemon collects all information of all running programs and saves them into a ring buffer. This means, that older log entries are eliminated by newer log entries, the more activity is being logged, the less is the timeframe for the actual memory content. In order to analyze special situations, it may be interesting to collect all information.

The position where the Seon debug daemon writes its logfiles is dependant on the Seon's configured temporary directory. Configuration options for the daemons are: