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
Rez logging conf is applied via init.py, and root logger handles are cleared. This has caused a problem in an unrelated package using the rez package.
Logging should be setup in cli tools only, everywhere else should just use loggers created via logging.getLogger(). Rez logging is a bit of a mess and needs an overhaul, however initially and in the interests of backwards compatibility, imo the fix should just:
set "rez" logger to propagate=False
not set root logger
The text was updated successfully, but these errors were encountered:
Rez logging conf is applied via init.py, and root logger handles are cleared. This has caused a problem in an unrelated package using the rez package.
Logging should be setup in cli tools only, everywhere else should just use loggers created via logging.getLogger(). Rez logging is a bit of a mess and needs an overhaul, however initially and in the interests of backwards compatibility, imo the fix should just:
The text was updated successfully, but these errors were encountered: