Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:16
· 52 commits to main since this release
f3ae631

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.