Skip to content

dt log read

Overview

Read log files

Synopsis

dt log read [OPTIONS] <process_name> 

Options

  • -l, --lines=<lines>
    Initial number of lines to read

  • -i, --run-id=<run-id>
    Id of the job you want to see (latest by default)

  • -e, --environment=<environment>
    Environment of the job you want to see (dev by default)

  • -c, --child-num=<child-num>
    Number of child if this is a batch job (mother-job by default)

  • -f, --follow
    Follow log output

  • -r, --stderr
    Read stderr

Arguments

  • process_name (required)
    Type: String
    Name of the process

Examples

Read log from given process

dt log read process_name

SEE ALSO

← Back to dt log