aerolab

Docs home

Logging

Read more about Configuring Log Files

Logs from a Docker container

aerolab logs get -n mydc
ls logs/

Logs from journald on AWS

aerolab logs get -n mydc --journal
ls logs/

Logs from a custom log file location

aerolab logs get -n mydc -p /var/log/aerospike/aerospike.log
ls logs/

Showing logs instead of downloading

To show rather than fetch the logs, replace get with show in the examples above.

Add the command line switch -f or --follow to tail the logs.