mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
[Logger] Adding app channel
Page: https://symfony.com/doc/6.4/logging/channels_handlers.html
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