You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
0ab0f5e: cloudflareLogger now honors a LOG_LEVEL Worker binding (c.env.LOG_LEVEL) to set the minimum
log level. It accepts any of the six levels (trace/debug/info/warn/error/fatal,
case-insensitive) and sits below an explicit options.level but above the resolveLoggerConfig(env.ENVIRONMENT, "worker") default. A value that is set but unrecognized is
ignored with a console.warn, and an unset binding preserves the previous behavior.