dcm4che-dockerfiles / dcm4chee-arc-psql

35 stars 50 forks source link

Log to console the content of /opt/wildfly/standalone/log/server.log #23

Open git9999999 opened 6 months ago

git9999999 commented 6 months ago

Hi

We are running the arc container on Azure. There we like to keep the content to the file /opt/wildfly/standalone/log/server.log

The easiest option would be, to configure the WildFly to write that log also to the console. Azure will keep that content then. I found the file /opt/wildfly/standalone/configuration/logging.properties My Plan would be to overwrite this file, so it also write to the console.

As this syntax of logging.properties is not familiar to me, I ask you for some help on that.

Kind regards Joe