Dantali0n / radloggerpy

Radiation monitoring solution for a variety of instrument types.
Apache License 2.0
2 stars 0 forks source link

Cliff CLI should log any uncaught exceptions #10

Open Dantali0n opened 3 years ago

Dantali0n commented 3 years ago

Make this somewhat smart where it uses LOG.error for error exceptions and LOG.warning if the exception inherits Warning.

Only CLI should be allowed to actually raise a Warning.