zshot/cliDownload

--log-level

ValueLEVEL
Defaultoff

Log Levels

# Render zshot-cli.com as a PNG and log the zshot behavior at debug level
zshot --log-level debug https://zshot-cli.com

When specifying a log-level, zshot will output additional debugging information. If you also specify --log-chrome-to-stderr, then CEF/Chromium logging output will be included. Valid values for --log-level are:

  • off: No output
  • error: Output that would explain why the process has failed
  • warn: Output that indicates system state that might cause issues
  • info: Output that is useful in understanding how zshot works
  • debug: Verbose output that is useful in debugging zshot itself
  • trace: Extremely verbose output useful in tracing low level issues with zshot

The default value of --log-level is off.