We have the anvil-runtime successfully serving our application but could use more insight into the logging functionality. Are there log files generated inside of the container? Is there another way to access the logs other than “docker logs”?
Best that I’ve come up with so far is adding the following argument to our podman run command and then configuring logrotate to manage the files:
–log-opt path=/anvil.log
I would still like to hear what others are doing here (especially for log monitoring/alerting).