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
I am trying to incorporate Datajoint into a larger project, but half of the output from it is in the form of print statements to stdout, which results in messy logs. I've tried suppressing the output, but since my application is threaded, it results in other logs being suppressed as well. Would it be possible to use only the logging module?