Merge pull request #18420 from johanandren/wip-15678-clarify-slf4j-loglevel-johanandren
=doc #15678 clarify log level limits events passed to actual logger
This commit is contained in:
commit
a0d4cde950
2 changed files with 10 additions and 0 deletions
|
|
@ -291,6 +291,11 @@ More fine grained log levels can be defined in the configuration of the SLF4J ba
|
||||||
the ``logging-filter`` configuration property. It will filter the log events using the backend
|
the ``logging-filter`` configuration property. It will filter the log events using the backend
|
||||||
configuration (e.g. logback.xml) before they are published to the event bus.
|
configuration (e.g. logback.xml) before they are published to the event bus.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
If you set the ``loglevel`` to a higher level than "DEBUG", any DEBUG events will be filtered
|
||||||
|
out already at the source and will never reach the logging backend, regardless of how the backend
|
||||||
|
is configured.
|
||||||
|
|
||||||
.. code-block:: ruby
|
.. code-block:: ruby
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -327,6 +327,11 @@ More fine grained log levels can be defined in the configuration of the SLF4J ba
|
||||||
the ``logging-filter`` configuration property. It will filter the log events using the backend
|
the ``logging-filter`` configuration property. It will filter the log events using the backend
|
||||||
configuration (e.g. logback.xml) before they are published to the event bus.
|
configuration (e.g. logback.xml) before they are published to the event bus.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
If you set the ``loglevel`` to a higher level than "DEBUG", any DEBUG events will be filtered
|
||||||
|
out already at the source and will never reach the logging backend, regardless of how the backend
|
||||||
|
is configured.
|
||||||
|
|
||||||
.. code-block:: ruby
|
.. code-block:: ruby
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue