Skip to content

Commit

Permalink
Information about MoveContextProcessor has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
yapro committed Sep 9, 2023
1 parent b1b673a commit ed5cb1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed5cb1d

Please sign in to comment.