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
Update reclass cli entry points, use the logger from reclass.logger
While the reclass.logger module initializes a logger with a basic
config, it also enables/disables debug logging with the --debug option
flag. Thus, we want to use the logger initialized by reclass.logger for
the CLI entry points.
0 commit comments