From b501852ea49ae5c11355f64523bd65a796706380 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 4 Oct 2024 13:10:38 +0200 Subject: [PATCH] config.php: update LogDriver configuration --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 15fe3f64..11ac8809 100644 --- a/inc/config.php +++ b/inc/config.php @@ -71,7 +71,7 @@ $config['log_system'] = [ /* * Log all error messages and unauthorized login attempts. - * Can be "syslog", "error_log" (default), "file", "stderr" or "none". + * Can be "syslog", "error_log" (default), "file", or "stderr". */ 'type' => 'error_log', // The application name used by the logging system. Defaults to "tinyboard" for backwards compatibility.