guustnieuwenhuis
01/04/2023, 10:42 AMstdout and stderr? So that it becomes part of the Docker logs and picked up by Cloudwatch automatically.zackster
01/04/2023, 12:33 PMzackster
01/04/2023, 12:33 PMguustnieuwenhuis
01/04/2023, 1:38 PMalexpixl8
01/04/2023, 7:33 PMalexpixl8
01/04/2023, 7:33 PMdomwatson
01/04/2023, 7:48 PM# Logs that should be sent out to the world
RUN mkdir -p /opt/lucee/conf/lucee-web/logs
RUN ln -sf /proc/1/fd/1 /opt/lucee/conf/lucee-web/logs/application.log
RUN ln -sf /proc/1/fd/1 /opt/lucee/conf/lucee-web/logs/datasource.log
RUN ln -sf /proc/1/fd/1 /opt/lucee/conf/lucee-web/logs/exception.log
RUN ln -sf /proc/1/fd/1 /opt/lucee/conf/lucee-web/logs/gateway.log
# ... etc.domwatson
01/04/2023, 7:48 PM