From 089f274470172c8969d5047cfdb7a57a9c63d857 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 24 Feb 2026 11:03:59 +0100 Subject: [PATCH] disable debug logging for comments --- static/comments/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/comments/config.php b/static/comments/config.php index c797395..d971c01 100644 --- a/static/comments/config.php +++ b/static/comments/config.php @@ -11,5 +11,5 @@ $config = [ 'search-url' => 'https?://mehl.mx', 'cache_toots' => 1800, // seconds to cache toots 'cache_comments' => 300, // seconds to cache comments (per ID) - 'debug' => true // writes some debug messages in error_log + 'debug' => false // writes some debug messages in error_log ];