mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
missing level
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
6a4ced077e
commit
8c398453ac
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ class ScopedPsrLogger implements LoggerInterface {
|
|||
|
||||
public function log($level, $message, array $context = []) {
|
||||
$this->inner->log(
|
||||
$level,
|
||||
$message,
|
||||
array_merge(
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue