File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,10 @@ to write logs using the :phpfunction:`syslog` function:
179
179
->level(LogLevel::ERROR);
180
180
};
181
181
182
- This defines a *stack * of handlers, where each handler can define
183
- a ``priority `` (default ``0 ``) to control its position in the stack.
184
-
185
- Handlers with a higher priority are called earlier, while those with the same priority keep
186
- the order in which they are defined:
182
+ This defines a stack of handlers. Each handler can define a ``priority ``
183
+ (default ``0 ``) to control its position in the stack. Handlers with a higher
184
+ priority are called first, while those with the same priority keep the order in
185
+ which they are defined:
187
186
188
187
.. configuration-block ::
189
188
@@ -246,8 +245,8 @@ the order in which they are defined:
246
245
247
246
.. note ::
248
247
249
- When adding handlers in additional configuration files, it's recommended to set
250
- an explicit priority to ensure the desired order .
248
+ When adding handlers in other configuration files, it's recommended to set
249
+ an explicit priority to ensure they are ordered as expected .
251
250
252
251
.. _logging-handler-fingers_crossed :
253
252
You can’t perform that action at this time.
0 commit comments