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.
1 parent b36de4f commit 6145fa5Copy full SHA for 6145fa5
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 3.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