mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
[MonologBundle] Added (commented) configuration for log format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user