Describe the buglogger.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.
Describe the bug
logger.warn
is deprecated, we should update all the warning message logging that uses logger tologger.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.