mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-23 16:22:10 +01:00
Merge branch '6.4' into 7.3
* 6.4: [Logger] Adding `app` channel
This commit is contained in:
@@ -2,7 +2,7 @@ How to Log Messages to different Files
|
||||
======================================
|
||||
|
||||
The Symfony Framework organizes log messages into channels. By default, there
|
||||
are several channels, including ``doctrine``, ``event``, ``security``, ``request``
|
||||
are several channels, including ``app``, ``doctrine``, ``event``, ``security``, ``request``
|
||||
and more. The channel is printed in the log message and can also be used
|
||||
to direct different channels to different places/files.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user