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

default log levels: DEBUG for dev, INFO for stable #2525

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sebix
Copy link
Member

@sebix sebix commented Aug 27, 2024

set the default log level (internal fallback value) to

  • DEBUG if the version number indicates this is a preliminary release (alpha, beta, dev)
  • INFO if the version number indicates a stable release (last part is integer, release candidate or anything else

removes the need to check and adappt this manually at every release or starts of development cycles

Please don't merge before 3.3.1 release is done.

set the default log level (internal fallback value) to
- DEBUG if the version number indicates this is a preliminary release
  (alpha, beta, dev)
- INFO if the version number indicates a stable release (last part is
  integer, release candidate or anything else

removes the need to check and adappt this manually at every release or
starts of development cycles
@sebix sebix added this to the 3.3.2 Bugfix release milestone Aug 27, 2024
@sebix sebix marked this pull request as ready for review September 4, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant