Nebula

nebula logs

Show a role's log: orchestrator, gateway, w1..wN, bot1..

generated from the sources

Show a role's log: orchestrator, gateway, w1..wN, bot1...

nebula logs [role] [--lines N] [--follow] [--cloud]

Options

OptionDescription
-n, --lines <N>lines to show (default 60)
-f, --followkeep printing as the log grows (local only)
--cloudread the log from the deployed mesh over ssh

Global options

These work with every command and may appear before or after it.

OptionDescription
--project <path>run against another Nebula project instead of the current folder
-v, --verboseprint stack traces and the commands the CLI runs
-y, --yesanswer every confirmation with yes

Examples

nebula logs
nebula logs w2 -n 200
nebula logs gateway --follow
nebula logs --cloud w1

On this page