Merge pull request #24207 from nextcloud/bugfix/noid/missing-level-psrlogged

missing level in ScopedPsrLogger
This commit is contained in:
Christoph Wurst 2020-11-19 08:38:05 +01:00 committed by GitHub
commit ecbc7f62be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ class ScopedPsrLogger implements LoggerInterface {
public function log($level, $message, array $context = []) {
$this->inner->log(
$level,
$message,
array_merge(
[