Adding SyslogLogger
This commit is contained in:
committed by
Hypolite Petovan
parent
8e0355bec3
commit
9c5e0ae415
@@ -214,6 +214,10 @@ return [
|
||||
// If activated, all hashtags will point to the local server.
|
||||
'local_tags' => false,
|
||||
|
||||
// logger_adapter (String)
|
||||
// Sets the logging adapter of Friendica globally (monolog, syslog)
|
||||
'logger_adapter' => 'syslog',
|
||||
|
||||
// max_batch_queue (Integer)
|
||||
// Maximum number of batched queue items for a single contact before subsequent messages are discarded.
|
||||
'max_batch_queue' => 1000,
|
||||
|
||||
Reference in New Issue
Block a user