mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 11:54:31 +02:00
Added StreamLogger and ProfilerLogger
This commit is contained in:
parent
11a9c5c941
commit
81ba5376d0
7 changed files with 371 additions and 65 deletions
|
@ -214,9 +214,9 @@ return [
|
|||
// If activated, all hashtags will point to the local server.
|
||||
'local_tags' => false,
|
||||
|
||||
// logger_adapter (String)
|
||||
// logger_config (String)
|
||||
// Sets the logging adapter of Friendica globally (monolog, syslog, stream)
|
||||
'logger_adapter' => 'monolog',
|
||||
'logger_config' => 'stream',
|
||||
|
||||
// max_batch_queue (Integer)
|
||||
// Maximum number of batched queue items for a single contact before subsequent messages are discarded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue