Core → Log

CGILogPrefix

Specifies the text that should appear in the log file to denote a CGI script entry.

This setting can not be deactivated.

Default value:

--- OTRS-CGI

LogModule

Defines the log module for the system. "File" writes all messages in a given logfile, "SysLog" uses the syslog daemon of the system, e.g. syslogd.

This setting can not be deactivated.

Default value:

--- Kernel::System::Log::SysLog

LogModule::LogFile

If "file" was selected for LogModule, a logfile must be specified. If the file doesn't exist, it will be created by the system.

This setting can not be deactivated.

Default value:

--- /tmp/otrs.log

LogModule::LogFile::Date

Adds a suffix with the actual year and month to the OTRS log file. A logfile for every month will be created.

This setting can not be deactivated.

Default value:

--- 0

LogModule::SysLog::Charset

If "SysLog" was selected for LogModule, the charset that should be used for logging can be specified.

This setting can not be deactivated.

Default value:

--- utf-8

LogModule::SysLog::Facility

If "SysLog" was selected for LogModule, a special log facility can be specified.

This setting can not be deactivated.

Default value:

--- user

MinimumLogLevel

Set the minimum log level. If you select 'error', just errors are logged. With 'debug' you get all logging messages. The order of log levels is: 'debug', 'info', 'notice' and 'error'.

This setting can not be deactivated.

Default value:

--- error