]> git.mxchange.org Git - friendica.git/blobdiff - config/defaults.config.php
Merge pull request #6985 from tobiasd/20190408-vierprvmailmobile
[friendica.git] / config / defaults.config.php
index a6f90f319e1c901814ac0daa6a8de006c34a4282..0d9e55c7d92a5df34404a53be04d585faf3b24ce 100644 (file)
@@ -214,6 +214,10 @@ return [
                // If activated, all hashtags will point to the local server.
                'local_tags' => false,
 
+               // logger_config (String)
+               // Sets the logging adapter of Friendica globally (monolog, syslog, stream)
+               'logger_config' => 'stream',
+
                // max_batch_queue (Integer)
                // Maximum number of batched queue items for a single contact before subsequent messages are discarded.
                'max_batch_queue' => 1000,