disable debug logging for comments
All checks were successful
Website build and deploy / build (push) Successful in 1m9s
All checks were successful
Website build and deploy / build (push) Successful in 1m9s
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user