do not log to /dev/stderr, it cost cycles and will not end in the docker container stderr
This commit is contained in:
parent
737f6ec35d
commit
9bdc39a3c5
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue