Closed fede843 closed 3 weeks ago
Thanks for filing this issue. Agree this would make more sense to be logged at a debug level. This is a great first PR for anyone who wants to take it on.
hi @joe-elliott. So all that is required to be done here is to change log level for this single line in tempodb?
yup, i believe that's it.
We are logging Tempo with INFO level. Every time we do a simple query, logs get bombarded by hundreds of instances saying "searching for trace in block" and some other non relevant info. As we keep querying this becomes quickly in a issue, getting thousands of these unwanted records. It would be nice these can be dropped down to debug or something like that? Not sure what is the value on having all these under INFO level.
Here a screen shot for a single and simple query causing almost 1k entries: