do not log to /dev/stderr, it cost cycles and will not end in the docker container stderr

This commit is contained in:
Hendrik Sokolowski 2024-01-07 16:30:29 +01:00
parent 737f6ec35d
commit 9bdc39a3c5

View file

@ -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;