AboutSupportDeveloper GuideVersion 41.129.83.2
LogLevel:
    | "verbose"
    | "info"
    | "warning"
    | "error"
    | "fatal"

Describes the minimum level (inclusive) above which logs will be written.

verbose: all logs written
info: info and above
warning warning and above
error and above
fatal: fatal only, indicates a crash is imminent