From ed5cb1d83f7e8a04624841a3551fbf11e8e4ba59 Mon Sep 17 00:00:00 2001 From: Lebedenko Nikolay Date: Sat, 9 Sep 2023 17:31:30 +0300 Subject: [PATCH] Information about MoveContextProcessor has been added --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 22c88e0..7a8dbef 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,12 @@ services: tags: - { name: monolog.processor, handler: main, priority: -1 } + # Moves the contents of the content field to the location specified in the record field + removes the context field + YaPro\MonologExt\Processor\MoveContextProcessor: + class: YaPro\MonologExt\Processor\MoveContextProcessor + tags: + - { name: monolog.processor, handler: main, priority: -1 } + # Adds a request as curl command to a log record # Old version - https://github.com/yapro/monolog-ext/blob/php5/src/Monolog/Processor/RequestAsCurl.php monolog.processor.request_as_curl: