mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-02-23 14:59:07 +08:00
Don't log when testing
This commit is contained in:
parent
9cd46fdbaf
commit
d41bbe201c
@ -28,6 +28,7 @@ MAIL_ENCRYPTION = ssl
|
||||
CACHE_DRIVER = array
|
||||
SESSION_DRIVER = array
|
||||
QUEUE_DRIVER = sync
|
||||
LOG_CHANNEL = black-hole
|
||||
|
||||
REDIS_HOST = 127.0.0.1
|
||||
REDIS_PASSWORD = null
|
||||
|
@ -65,6 +65,11 @@ return [
|
||||
'driver' => 'errorlog',
|
||||
'level' => 'debug',
|
||||
],
|
||||
|
||||
'black-hole' => [
|
||||
'driver' => 'monolog',
|
||||
'handler' => Monolog\Handler\NullHandler::class,
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user