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

Inconsistent warning message logging #2755

Open
DeerWhale opened this issue Jul 29, 2024 · 1 comment
Open

Inconsistent warning message logging #2755

DeerWhale opened this issue Jul 29, 2024 · 1 comment

Comments

@DeerWhale
Copy link
Contributor

Describe the bug
logger.warn is deprecated, we should update all the warning message logging that uses logger to logger.warning Instead.

In addition, there are still several places in the TARDIS code base that use warnings package instead of logger to log the warning messages. This should be check as well to make it consistent.

@atharva-2001
Copy link
Member

Should we also be moving from warnings.warn to logger.warning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants