Skip to content
Snippets Groups Projects
Unverified Commit ecbc7f62 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

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

missing level in ScopedPsrLogger
parents c773cee3 a0d9b15a
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ class ScopedPsrLogger implements LoggerInterface {
public function log($level, $message, array $context = []) {
$this->inner->log(
$level,
$message,
array_merge(
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment