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 outputerror: Output that would explain why the process has failedwarn: Output that indicates system state that might cause issuesinfo: Output that is useful in understanding howzshotworksdebug: Verbose output that is useful in debuggingzshotitselftrace: Extremely verbose output useful in tracing low level issues withzshot
The default value of --log-level is off.