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.
|
def get_attrs(x, variable=None): |
Logging for
dodola.services.get_attrs()is extremely quiet. All of the major services indodola.servicesget decorated with@log_serviceso 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