mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-12 09:02:06 -06:00
Restore log routine.
This commit is contained in:
parent
e4a0a718d1
commit
9a9257176a
@ -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);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user