NCIOCPL / glossary-api

API for Dictionary of Cancer Terms, Dictionary of Genetics Terms, and other Glossary documents.
0 stars 5 forks source link

Log user errors as Debug level #171

Closed blairlearn closed 1 year ago

blairlearn commented 1 year ago

Issue description

The glossary API currently logs everything, including user errors, with a severity of Error. Logging user errors may be appropriate in a debugging scenario, but in the course of normal operations a call which failed to find any documents is a normal occurrence and logging it only serves to fill the logs with noise messages.

ESTIMATE TBD

What's the expected change?

What's the current functionality?

What's the updated acceptance criteria?

Additional details / screenshot

Related Tickets

blairlearn commented 1 year ago

No longer an issue.