Skip to content

Commit 764f68c

Browse files
committed
[MonologBundle] Added (commented) configuration for log format
1 parent b36de4f commit 764f68c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

symfony/monolog-bundle/3.1/config/packages/dev/monolog.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ monolog:
1717
type: console
1818
process_psr_3_messages: false
1919
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

Comments
 (0)