adapter log level set to DEBUG
The broker currently prints all logs from the adapter under a single level: DEBUG.
However, this level is already quite noisy. Primarily because the {"msg":"queue in db has 0 events","level":"DEBG","ts":"2024-09-23T13:04:15.274626275Z"} is printed roughly every 1 second and that’s way too verbose for my liking… : )
Could we either:
- move this log statement to trace level ?
- move logs from adapters to another log level ?
I’ve changed the log message to be at log level trace. This will be included in the next release.