Open leplatrem opened 7 months ago
Based on my local testing, I think we at least need to add an explicit log config section for kinto. Example:
[loggers]
keys = root, kinto, summary
....
[logger_kinto]
level = INFO
handlers = console
qualname = kinto
Changes have been deployed. We're now seeing at least some logs that we were missing, unsure if this is everything. New log types we're seeing:
update: that's already a big improvement :) thank you @alexcottner and GG for spotting the culprit
We instantiate logger in kinto_remote_settings
too.
Does this mean we also have to explicit add it the conf too?
I still don't get why root
doesn't mean "all"
eg. heartbeat messages, autograph response status, etc.