cryostatio/cryostat

[Request] Audit log levels and ensure appropriate level is selected

Closed this issue · 0 comments

Describe the feature

https://quarkus.io/guides/logging#use-log-levels

Anywhere log messages are emitted we should ensure that we follow these conventions for the appropriate level.

In particular, many of our current INFO level messages should probably be DEBUG or even TRACE level. There are probably also some ERROR that should be WARN or FATAL.

Related #249

Anything other information?

No response