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:
Patrik Nordwall 2015-09-09 18:59:49 +02:00
commit a0d4cde950
2 changed files with 10 additions and 0 deletions

View file

@ -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
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 {