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
Logging for dodola.services.get_attrs() is extremely quiet. All of the major services in dodola.services get decorated with @log_service so that it logs service entrance and exit. It looks like dodola.services.get_attrs() is missing the decorator and thus doesn't log properly.
Logging for
dodola.services.get_attrs()
is extremely quiet. All of the major services indodola.services
get decorated with@log_service
so that it logs service entrance and exit. It looks likedodola.services.get_attrs()
is missing the decorator and thus doesn't log properly.dodola/dodola/services.py
Line 509 in 696938a
The text was updated successfully, but these errors were encountered: