Hi, How to find the error log(exception, applicat...
# docker
h
Hi, How to find the error log(exception, application, propel, etc.) or enable the log while using docker? Previously I tracked the logs under the folder(../project/data/logs/) while using vagrant.
m
docker/sdk logs
or just via dashboard there is a link to logger.io instance that catch all logs of application.. in docker
data/logs
is not synced
h
@mammoth-autumn-37948 Thank you for your support. 🤝