=doc #15678 clarify log level limits events passed to actual logger
This commit is contained in:
parent
49558dc415
commit
32f8c44771
2 changed files with 10 additions and 0 deletions
|
|
@ -314,6 +314,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
|
||||
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
|
||||
|
||||
akka {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue