mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Do not overrule logging when it’s not set to daily. [skip ci]
This commit is contained in:
parent
16b0264a79
commit
203556aa8e
@ -51,7 +51,7 @@ $app->singleton(
|
||||
);
|
||||
|
||||
/* Overrule logging */
|
||||
if ($app->make('config')->get('app.log') === 'daily') {
|
||||
if (env('APP_LOG', 'errorlog') === 'daily') {
|
||||
$app->configureMonologUsing(
|
||||
function (Logger $monolog) use ($app) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user