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
After a panic the first time I tried to do anything basic, I read through issue #2 and see that we need to call logging.Configure() somewhere, but when I try that I get a different panic:
After a
panic
the first time I tried to do anything basic, I read through issue #2 and see that we need to calllogging.Configure()
somewhere, but when I try that I get a different panic:Looking at the logging implementation, it seems like
SetBackend()
needs to be called somewhere as well? I'm not seeing where it is called in puccini.Thanks!
The text was updated successfully, but these errors were encountered: