HawaiiStateDigitalArchives / PID-webservice

Apache License 2.0
0 stars 1 forks source link

Use consistent and more appropriate logging levels #40

Open dagnir opened 8 years ago

dagnir commented 8 years ago

The logging statements should use more appropriate logging levels, and they should be consistent throughout the code. For examaple, similar statements like this and this are using different logging levels. In addition, they are probably more appropriate as DEBUG rather than INFO or WARN.

Here is a quick rundown of when to use which levels: