[Logger] Adding app channel

Page: https://symfony.com/doc/6.4/logging/channels_handlers.html
This commit is contained in:
Thomas Landauer
2025-12-07 18:27:15 +01:00
committed by GitHub
parent 840aa55dca
commit cdc595698a

View File

@@ -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.