physiopy / prep4phys

A toolbox for physiological peak detection analyses. Formerly peakdet.
Apache License 2.0
1 stars 1 forks source link

Implement Loguru for better logging #4

Open smoia opened 1 year ago

smoia commented 1 year ago

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!

maestroque commented 1 month ago

Should this be closed?