From 9bdc39a3c5a0a95952cfba2612c6b18acbb4b84f Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sun, 7 Jan 2024 16:30:29 +0100 Subject: [PATCH] do not log to /dev/stderr, it cost cycles and will not end in the docker container stderr --- hosts/nachtigall/apps/mediawiki.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nachtigall/apps/mediawiki.nix b/hosts/nachtigall/apps/mediawiki.nix index 3c65bcc..42e6d58 100644 --- a/hosts/nachtigall/apps/mediawiki.nix +++ b/hosts/nachtigall/apps/mediawiki.nix @@ -15,8 +15,8 @@ # error_reporting( -1 ); # ini_set( 'display_errors', 1 ); # $wgShowExceptionDetails = true; - $wgDBerrorLog = '/dev/stderr'; - $wgDebugLogFile = "/dev/stderr"; + # $wgDBerrorLog = '/dev/stderr'; + # $wgDebugLogFile = "/dev/stderr"; $wgSitename = "pub.solar wiki"; $wgMetaNamespace = false;