Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:settings [2022-06-25 06:26] – [Server Blocklist] Tobiasdocs:settings [2022-06-25 06:28] (current) – [Other exceptions] Tobias
Line 232: Line 232:
 There are five different log levels: Normal, Trace, Debug, Data and All. Specifying different verbosity of information and data written out to the log file. Normally you should not need to log at all. The //DEBUG// level will show a good deal of information about system activity but will not include detailed data. In the //ALL// level Friendica will log everything to the file. But due to the volume of information we recommend only enabling this when you are tracking down a specific problem. There are five different log levels: Normal, Trace, Debug, Data and All. Specifying different verbosity of information and data written out to the log file. Normally you should not need to log at all. The //DEBUG// level will show a good deal of information about system activity but will not include detailed data. In the //ALL// level Friendica will log everything to the file. But due to the volume of information we recommend only enabling this when you are tracking down a specific problem.
  
-**The amount of data can grow the filesize of the logfile quickly**. You should set up some kind of [[https://en.wikipedia.org/wiki/Log_rotation|log rotation]] to keep the log file from growing too big.+**The amount of data can grow the filesize of the logfile quickly**. You should set up some kind of [[wp>Log_rotation|log rotation]] to keep the log file from growing too big.
  
 **Known Issues**: The filename ''%%friendica.log%%'' can cause problems depending on your server configuration (see [[https://github.com/friendica/friendica/issues/2209|issue 2209]]). **Known Issues**: The filename ''%%friendica.log%%'' can cause problems depending on your server configuration (see [[https://github.com/friendica/friendica/issues/2209|issue 2209]]).
Line 304: Line 304:
 ===== Other exceptions ===== ===== Other exceptions =====
  
-Furthermore there are some experimental settings, you can read-up in the [[help/Config|Config values that can only be set in config/local.config.php]] section of the documentation.+Furthermore there are some experimental settings, you can read-up in the [[:docs:Config|Config values that can only be set in config/local.config.php]] section of the documentation.
  
  • Last modified: 2022-06-25 06:28