We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005aefb commit 981d74fCopy full SHA for 981d74f
DependencyInjection/Configuration.php
@@ -111,7 +111,7 @@
111
* - [flush_on_overflow]: bool, defaults to false
112
*
113
* - deduplication:
114
- * - handler: the wrapper handler's name
+ * - handler: the wrapped handler's name
115
* - [store]: The file/path where the deduplication log should be kept, defaults to %kernel.cache_dir%/monolog_dedup_*
116
* - [deduplication_level]: The minimum logging level for log records to be looked at for deduplication purposes, defaults to ERROR
117
* - [time]: The period (in seconds) during which duplicate entries should be suppressed after a given log is sent through, defaults to 60
0 commit comments