mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Restore log routine.
This commit is contained in:
@@ -51,7 +51,6 @@ $app->singleton(
|
|||||||
);
|
);
|
||||||
|
|
||||||
/* Overrule logging */
|
/* Overrule logging */
|
||||||
if (env('APP_LOG', 'errorlog') === 'daily') {
|
|
||||||
$app->configureMonologUsing(
|
$app->configureMonologUsing(
|
||||||
function (Logger $monolog) use ($app) {
|
function (Logger $monolog) use ($app) {
|
||||||
|
|
||||||
@@ -80,7 +79,6 @@ if (env('APP_LOG', 'errorlog') === 'daily') {
|
|||||||
$monolog->pushHandler($handler);
|
$monolog->pushHandler($handler);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user