goliothctl logs
Show device logs (from the last 4h by default)
goliothctl logs [flags]
Examples
# Show not older than this interval (24h)
goliothctl logs --interval 24h
# Filter messages by a term
goliothctl logs --term wifi
# Filter messages by a module
goliothctl logs --module settings
# Filter messages by a device tag
goliothctl logs --tags my-tag-name
# Filter messages by a single device
goliothctl logs --device <uuid>
Options
--device string device id
-h, --help help for logs
--interval duration return entries not older than this value (ex: 15m,8h,1d) (default 4h0m0s)
--level string log level [ERROR NONE DEBUG INFO WARN]
--module string log module
--tags stringArray tag names
--term string free term search
Options inherited from parent commands
--apiUrl string golioth api server url (default "https://api.golioth.io")
-c, --config string config file (default is $HOME/.golioth/.goliothctl.yaml)
--projectId string golioth project id
SEE ALSO
- goliothctl - Manage Golioth platform resources and developer workflow.
- goliothctl logs listen - Listen to logs messages