meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:opnsense:logging [2020/05/13 10:36] – created niziaksw:opnsense:logging [2020/09/11 08:19] (current) niziak
Line 1: Line 1:
 ====== Logging ====== ====== Logging ======
 +
 +===== Update for 20.7 =====
 +There is a option to disable legacy circular logging: [[https://docs.opnsense.org/manual/settingsmenu.html#local-non-circular-logs|Local (non circular) logs]]
 +And code change: [[https://github.com/opnsense/core/issues/4068|Syslog: optionally disable legacy (clog) logging]]
 +
 +===== Pre 20.7 =====
 +
 +DO NOT INCRESE CIRCULAR LOG SIZES!
 +SYSLOG CLOG support is implemented using mmap-ed files. So with log file size 100MB it makes HDD 100% busy and make system not responsive.
 +
  
   * ''syslogd'' is used as local system logger   * ''syslogd'' is used as local system logger