quarkus.log.file.enable=true
# Set path to the log file.
quarkus.log.file.path=${kc.home.dir:default}data/log/keycloakEvents.log
# Configure a file log handler.
quarkus.log.handler.file."STRUCTURED_LOGGING_FILE".enable=true
quarkus.log.handler.file."STRUCTURED_LOGGING_FILE".format=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n
# Configure the category and associate it with the two named handlers.
quarkus.log.category."org.keycloak.events".level=INFO
quarkus.log.category."org.keycloak.events".handlers=STRUCTURED_LOGGING_FILE