Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(bug) Add 'notice' log level to schema and deprecate #2410

Merged
merged 1 commit into from
Dec 1, 2020

Commits on Dec 1, 2020

  1. (bug) Add 'notice' log level to schema and deprecate

    This adds the `notice` log level back to the config schema, which was
    removed in #2098. Because we now use the schema for config validation,
    the absence of `notice` as a valid option resulted in Bolt raising an
    error for any user that had that log level configured. Now, Bolt will
    instead issue a deprecation warning that the log level is deprecated and
    will be removed in 3.0.
    
    !bug
    
    * **Support `notice` log level**
    
      Log levels can now be set to `notice`. Previously, Bolt would raise an
      error saying that `notice` was not a supported log level.
    
    !deprecation
    
    * **Deprecate `notice` log level**
    
      The `notice` log level is deprecated and will be removed in Bolt 3.0.
      Use the `info` log level instead.
    beechtom committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    b542fe7 View commit details
    Browse the repository at this point in the history