Skip to content

Commit 0ff24c1

Browse files
committed
Minor tweaks
1 parent 3a0372c commit 0ff24c1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

logging.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,10 @@ to write logs using the :phpfunction:`syslog` function:
179179
->level(LogLevel::ERROR);
180180
};
181181
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:
187186

188187
.. configuration-block::
189188

@@ -246,8 +245,8 @@ the order in which they are defined:
246245
247246
.. note::
248247

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

252251
.. _logging-handler-fingers_crossed:
253252

0 commit comments

Comments
 (0)