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

DM-31696: Do not set lsst.log to VERBOSE #570

Merged
merged 1 commit into from Sep 9, 2021
Merged

DM-31696: Do not set lsst.log to VERBOSE #570

merged 1 commit into from Sep 9, 2021

Conversation

timj
Copy link
Member

@timj timj commented Sep 8, 2021

lsst.log will set the log level to DEBUG for any unknown log level.
This includes VERBOSE. Since no lsst loggers will be using VERBOSE
log level, if encountered we now send INFO instead.

This code also simplifies the logic for obtaining the lsst log
level by using the lsst.log LevelTranslator to convert the
python directly to lsst log level.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@timj timj requested a review from ktlim September 8, 2021 22:59
lsst.log will set the log level to DEBUG for any unknown log level.
This includes VERBOSE. Since no lsst loggers will be using VERBOSE
log level, if encountered we now send INFO instead.

This code also simplifies the logic for obtaining the lsst log
level by using the lsst.log LevelTranslator to convert the
python directly to lsst log level.
@timj timj merged commit c781c74 into master Sep 9, 2021
@timj timj deleted the tickets/DM-31696 branch September 9, 2021 04:25
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.

None yet

2 participants