BAMresearch / probeye

A general framework for setting up parameter estimation problems.
MIT License
5 stars 5 forks source link

logging #33

Closed aklawonn closed 3 years ago

aklawonn commented 3 years ago

In this pull request, the outward communication of probeye should be translated to a logging framework. I started this using loguru as suggested by Arpad. This fixes #7.

aklawonn commented 3 years ago

Thanks a lot for your quick code review, Thomas! I removed all the logger.catch decorators, and reduced many logs to debug-level. The default log-level remains info, since also the solver results are communicated on that level.

aklawonn commented 3 years ago

I just saw, that I still have to handle this verbose-flag in some functions.