]> git.mxchange.org Git - friendica.git/blobdiff - config/defaults.config.php
Logger: Display the correct file, function and line number
[friendica.git] / config / defaults.config.php
index 90596a8fee4410368745672054d6165a60ba7eec..f16bd664cf99a37d0b42bf31cdbd7e2f670bf81a 100644 (file)
@@ -421,4 +421,9 @@ return [
                // Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes.
                'lockpath' => '',
        ],
+    'debug' => [
+        // ap_inbox_log (Boolean)
+        // Logs every call to /inbox as a JSON file in Friendica's temporary directory
+        'ap_inbox_log' => false,
+    ]
 ];