Log Level

August 3, 2026 ยท View on GitHub

During execution, a tool writes status information to STDERR in the form of log messages. Each message is assigned a log level indicating the severity of the message. By default, only messages with a level of Info or higher are printed. To control the level of messages written, use -LogLevel. You can also use -v for Verbose and -vv for Diagnostic.

Log Format

Use -ConsoleLogFormat to control how log messages appear on the console:

OptionDescriptionExample
TextUnstructured free-form text with the severity, category, and message text[Kerberos] DIAG: Requesting TGT for realm LUMON.IND for user milchick (nonce=-40593729)
TextWithTimestampSimilar to Text with the addition of an ISO-formatted timestamp[2025-10-23T16:14:09.6977870Z][Kerberos] DIAG: Requesting TGT for realm LUMON.IND for user milchick (nonce=-40593729)
JsonSerios of JSON objects{"Severity":"Diagnostic","SeverityValue":-200,"Source":"Kerberos","MessageId":0,"MessageText":"Requesting TGT for realm LUMON.IND for user milchick (nonce=-525351544)","Parameters":null}