@@ -21,6 +21,6 @@ RUN set -x \
&& chmod +x /opt/tomcat8/bin/healthcheck.sh \
&& chown -R tomcat:tomcat /etc/web-infoclinic
-#COPY logging.properties /opt/tomcat8/conf/
+COPY logging.properties /opt/tomcat8/conf/
USER tomcat
CMD ["catalina.sh", "run"]