Update docs/guides/src/main/server/logging.adoc

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
This commit is contained in:
Dominik Guhr 2022-08-01 15:19:19 +02:00 committed by Pedro Igor
parent 43afcf11ac
commit bef3427add

View file

@ -457,7 +457,7 @@ Keep in mind that `--log-level` is setting the leading log level, so for example
<@kc.start parameters="--log=console,gelf, log-level=error, log-gelf-level=info"/>
nothing below the error level will be sent to your logging stack.
nothing below the error level will be sent to your logging stack. That means that even GELF in this example will receive only error level log messages.
=== Configure additional key values
Currently, the Keycloak configuration does not support partly dynamic configuration keys, as they are used in quarkus properties, e.g. when defining `quarkus.log.handler.gelf.additional-field.<my-name>.value`.