Versions Compared

Key

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

...

PropertyDescription
bsd-syslog (yes|no; Default: )whether to use bsd-syslog as defined in RFC 3164
disk-file-count (integer [1..65535]; Default: 2)specifies number of files used to store log messages, applicable only if action=disk
disk-file-name (string; Default: log)name of the file used to store log messages, applicable only if action=disk
disk-lines-per-file (integer [1..65535]; Default: 100)specifies maximum size of file in lines, applicable only if action=disk
disk-stop-on-full (yes|no; Default: no)whether to stop to save log messages to disk after the specified disk-lines-per-file and disk-file-count number is reached, applicable only if action=disk
email-start-tls (yes | no; Default: no)Whether to use tls when sending email, applicable only if action=email
email-to (string; Default: )email address where logs are sent, applicable only if action=email
memory-lines (integer [1..65535]; Default: 100 1000)number of records in local memory buffer, applicable only if action=memory
memory-stop-on-full (yes|no; Default: no)whether to stop to save log messages in local buffer after the specified memory-lines number is reached
name (string; Default: )name of an action
remember (yes|no; Default: )whether to keep log messages, which have not yet been displayed in console, applicable if action=echo
remote (IP/IPv6 Address[:Port]; Default: 0.0.0.0:514)remote logging server's IP/IPv6 address and UDP port, applicable if action=remote
src-address (IP address; Default: 0.0.0.0)source address used when sending packets to remote server
syslog-facility (auth, authpriv, cron, daemon, ftp, kern, local0, local1, local2, local3, local4, local5, local6, local7, lpr, mail, news, ntp, syslog, user, uucp; Default: daemon)
syslog-severity (alert, auto, critical, debug, emergency, error, info, notice, warning; Default: auto)Severity level indicator defined in RFC 3164:
  • Emergency: system is unusable
  • Alert: action must be taken immediately
  • Critical: critical conditions
  • Error: error conditions
  • Warning: warning conditions
  • Notice: normal but significant condition
  • Informational: informational messages
  • Debug: debug-level messages
target (disk, echo, email, memory, remote; Default: memory)storage facility or target of log messages
  • disk - logs are saved to the hard drive
  • echo - logs are displayed on the console screen
  • email - logs are sent by email
  • memory - logs are stored in local memory buffer
  • remote - logs are sent to remote host

...