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 b36de4f commit 764f68cCopy full SHA for 764f68c
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