Adding SyslogLogger

This commit is contained in:
Philipp Holzer 2019-02-27 16:40:35 +01:00 committed by Hypolite Petovan
parent 8e0355bec3
commit 9c5e0ae415
4 changed files with 271 additions and 29 deletions

View file

@ -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,