mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 11:54:31 +02:00
deprecate value monolog
for config system.logger_config
This commit is contained in:
parent
6b36d3e87f
commit
af29baf11e
2 changed files with 11 additions and 1 deletions
|
@ -334,7 +334,8 @@ return [
|
|||
'lock_driver' => '',
|
||||
|
||||
// logger_config (String)
|
||||
// Sets the logging adapter of Friendica globally (monolog, syslog, stream)
|
||||
// Sets the logging adapter of Friendica globally (syslog, stream)
|
||||
// @deprecated 2025.02 The value `monolog` is deprecated, please use `stream` or `syslog` instead.
|
||||
'logger_config' => 'stream',
|
||||
|
||||
// syslog_flags (Integer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue