8000
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.
2 parents e03825e + 764f68c commit f9c6da3Copy full SHA for f9c6da3
symfony/monolog-bundle/3.1/config/packages/dev/monolog.yaml
@@ -17,3 +17,7 @@ monolog:
17
type: console
18
process_psr_3_messages: false
19
channels: ["!event", "!doctrine", "!console"]
20
+ # # As of Symfony 4.3 you can configure the log output:
21
+ # console_formater_options:
22
+ # format: "%%datetime%% %%start_tag%%%%level_name%%%%end_tag%% <comment>[%%channel%%]</> %%message%%%%context%%\n"
23
+ # multiline: false
0 commit comments