Container Logs
Aptible Logging collects the output of your Containers.
Strictly speaking, 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.
Log Drains support capturing logs for Apps, Databases, ephemeral SSH session, and Endpoints.
Updated about 1 year ago