Merge pull request #24212 from nextcloud/backport/24207/stable20

[stable20] missing level in ScopedPsrLogger
This commit is contained in:
Roeland Jago Douma 2020-11-19 09:50:32 +01:00 committed by GitHub
commit d0417e0d1f
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(
[