Hi,
I am running dcm4che in redhat with podman. The gelf driver is not supported. Can I change keycloak to use other log driver? This should be the error of
err from keycloak/log/keycloak.log:
Initiate connection from /
0.0.0.0:0 to logstash:8514
2023-02-10 11:43:52,578 WARN [org.dcm4che3.audit.keycloak.AuditUtils] (executor-thread-16) Failed to emit audit message: java.net.ConnectException: Connection refused (Connection refused)
keycloak setups in compose.yml:
logging:
driver: json-file
options:
tag: keycloak
ports:
- "8843:8843"
env_file: podman-compose.env
environment:
KC_HTTPS_PORT: 8843
GELF_ENABLED: "false"
LOGSTASH_HOST: logstash
Thanks
Yuqian