Restore log routine.

This commit is contained in:
James Cole 2017-12-05 20:50:19 +01:00
parent e4a0a718d1
commit 9a9257176a
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -51,7 +51,6 @@ $app->singleton(
);
/* Overrule logging */
if (env('APP_LOG', 'errorlog') === 'daily') {
$app->configureMonologUsing(
function (Logger $monolog) use ($app) {
@ -80,7 +79,6 @@ if (env('APP_LOG', 'errorlog') === 'daily') {
$monolog->pushHandler($handler);
}
);
}
/*
|--------------------------------------------------------------------------