]> source.dussan.org Git - nextcloud-server.git/commit
Interpolate the log message also for logged exceptions 29961/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 29 Nov 2021 13:29:35 +0000 (14:29 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 29 Nov 2021 15:48:43 +0000 (15:48 +0000)
commit96aaa5dfa2973156ff21263fec5ff9b78e7858e1
tree0ef01cdfce223fd4b1a039e01f062c387ce616b7
parentb8ec50e816f4c66684c04fb530a367dfae5be815
Interpolate the log message also for logged exceptions

According to PSR-3 the log message can have placeholders that are
replaced from the context object. Our logger implementation did that for
all PSR-3 logger methods. The only exception was our custom `logException`.

Since PsrLoggerAdapter calls logException when an exception key is
present in the context object, log messages were no longer interpolated.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/Log.php