Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit a73bae0

Browse files
committed
disabling monolog handler by default
1 parent 4a5ab86 commit a73bae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/influxdb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
'log' => [
3232

33-
'monolog' => env('INFLUXDB_LOG_MONOLOG', true),
33+
'monolog' => env('INFLUXDB_LOG_MONOLOG', false),
3434

3535
'level' => env('INFLUXDB_LOG_LEVEL', 'DEBUG'),
3636

0 commit comments

Comments
 (0)