[MonologBundle] Added (commented) configuration for log format

This commit is contained in:
Grégoire Pineau
2019-03-12 14:57:01 +01:00
parent b36de4f8b6
commit 764f68c92e
@@ -17,3 +17,7 @@ monolog:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine", "!console"]
# # As of Symfony 4.3 you can configure the log output:
# console_formater_options:
# format: "%%datetime%% %%start_tag%%%%level_name%%%%end_tag%% <comment>[%%channel%%]</> %%message%%%%context%%\n"
# multiline: false