- Platform
- Logs
Logs
Lade logs are supported for your applications and addons. They are aggregated from the stdout
and stderr
streams of all running processes.
Viewing Your Logs
You can fetch your app logs with the CLI:
$ lade logs --app myapp
You can fetch your addon logs with the CLI:
$ lade addons logs myaddon
The logs
command will fetch your logs from the last 24 hours, up to 1000 lines by default.
Streaming Your Logs
You can stream your app logs with the CLI:
$ lade logs --app myapp --follow
You can press Ctrl+C to quit the logs
command.