mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Bump
This commit is contained in:
parent
7ce856e9c4
commit
fa1190c06b
@ -58,7 +58,7 @@ class AccessLoggerMiddleware implements Middleware
|
||||
],
|
||||
];
|
||||
|
||||
$level = $status < 400 ? LogLevel::INFO : LogLevel::NOTICE;
|
||||
$level = $status < 400 ? LogLevel::DEBUG : LogLevel::INFO;
|
||||
|
||||
$this->logger->log(
|
||||
$level,
|
||||
|
Loading…
Reference in New Issue
Block a user