Commit 005aefb
committed
feature #297 Expose configuration for the ConsoleHandler (lyrixx)
This PR was merged into the 3.x-dev branch.
Discussion
----------
Expose configuration for the ConsoleHandler
Like that we will be able to use this configuration (for example):
```yaml
console:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine", "!console"]
console_formater_options:
format: "%%datetime%% %%start_tag%%%%level_name%%%%end_tag%% <comment>[%%channel%%]</> %%message%%%%context%%\n"
multiline: false
```
see also symfony/symfony#30345
Commits
-------
cc9abf6 Expose configuration for the ConsoleHandler2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
571 | 572 | | |
572 | 573 | | |
573 | 574 | | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
574 | 585 | | |
575 | 586 | | |
576 | 587 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments