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
So far we're adopting basic logging - 95% of the time that's ok, but for instance the logs are not catching errors, which is annoying for bugfixes.
Loguru might offer a solution, at a very small dependency cost - especially if not on Windows (otherwise two small dependencies more to deal with their terminal).
I think it'd be neat to implement it!
The text was updated successfully, but these errors were encountered:
It should entail more or less the changes done in physiopy/peakdet#62, including the logger utility functions.
A point of discussion would be if these utility functions could be transferred in physutils, since they are to be used universally (probably) in the configuration of loguru.
So far we're adopting basic logging - 95% of the time that's ok, but for instance the logs are not catching errors, which is annoying for bugfixes.
Loguru might offer a solution, at a very small dependency cost - especially if not on Windows (otherwise two small dependencies more to deal with their terminal).
I think it'd be neat to implement it!
The text was updated successfully, but these errors were encountered: