Skip to content

systemslab logs

Description View the logs emitted by an experiment or job.
Usagesystemslab logs [OPTIONS]

Description

The systemslab logs command shows the logs emitted by an experiment or job.

Options

OptionDefaultDescription
--experimentThe experiment ID for which to show logs.
--jobThe job ID for which to show logs.
--runThe latest run id The specific run for which to show logs, in case of retries.
-t, --timestampsShow timestamps for individual log messages.

Common Options

OptionDefaultDescription
--systemslab-url The URL at which to access the systemslab server.
--colorauto Controls when color is used in the output. Possible values are auto, always, and never.
--output-formatlong Output format to use when outputting messages. long will result output designed to be human-readable while short is short output meant to be used within scripts.

Environment Variables

VariableDescription
SYSTEMSLAB_URLSpecify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url.