You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert to err logging instead of LOGS_DEFAULT macro (microsoft#22720)
Revert to err logging instead of LOGS_DEFAULT macro due to issue seen
during testing. "onnxruntime::logging::LoggingManager::DefaultLogger
Attempt to use DefaultLogger but none has been registered."
### Description
Revert part of PR suggestion to prevent crash for scenario seen in
microsoft#22699. Previously we had tested w/o this macro
### Motivation and Context
Previous PR microsoft#22699 it was suggested to use LOGS_DEFAULT() but that does
not work during early init. Safer to use std::cerr instead like the
original PR had it.
0 commit comments