onnxruntime
152e61da - Avoid `get_logger` overriding root logger level (#17569)

Comment changes are shownComment changes are hidden
Commit
1 year ago
Avoid `get_logger` overriding root logger level (#17569) ### Description Instead, set level to DEBUG for the logger returned. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Otherwise, this function call overrides root logger level setting, which affects logging facility of other python packages.
Author
Parents
  • tools/python/util
    • File
      logger.py