Learn about how to access and retain logs from your Aptible resources
stdout
and stderr
are captured. If you are using Docker locally, this is what you’d see when you run docker logs ...
. Most importantly, this means logs sent to files are not captured by Aptible logging, so when you deploy your Apps on Aptible, you should ensure you are logging to stdout
or stderr
, and not to log files.aptible logs
command. Upon executing this command, only the logs generated from that moment onward will be displayed.Example: