File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,13 @@ to write logs using the :phpfunction:`syslog` function:
159
159
This defines a *stack * of handlers and each handler is called in the order that it's
160
160
defined.
161
161
162
+ .. note ::
163
+
164
+ If you want to override the ``monolog `` configuration via another config
165
+ file, you will need to redefine the entire ``handlers `` stack. The configuration
166
+ from the two files cannot be merged because the order matters and a merge does
167
+ not allow to control the order.
168
+
162
169
Handlers that Modify Log Entries
163
170
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
164
171
@@ -263,13 +270,6 @@ debugging much easier!
263
270
The handler named "file_log" will not be included in the stack itself as
264
271
it is used as a nested handler of the ``fingers_crossed `` handler.
265
272
266
- .. note ::
267
-
268
- If you want to override the ``monolog `` configuration via another config
269
- file, you will need to redefine the entire ``handlers `` stack. The configuration
270
- from the two files cannot be merged because the order matters and a merge does
271
- not allow to control the order.
272
-
273
273
All Built-in Handlers
274
274
---------------------
275
275
You can’t perform that action at this time.
0 commit comments