-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tuned down log from table manager when running boltdb #1786
Comments
This might require some work on cortex side too. |
upstream PR is merged. Once this is merged cortexproject/cortex#2551 will update loki to cortex master |
Thank you ! |
…#1786) This is more idiomatic Go and more efficient because it doesn't have to loop over the slice. Signed-off-by: Bryan Boreham <bryan@weave.works>
FYI: as of Loki 2.3.0, and using the default
The only way I can see to suppress these is to run with |
Please reopen. The log is hammered with lines like:
|
There is excessive logging of "creating table" and "synching tables" messages, change them to use level.Debug() instead of level.Info() to limit the output. Fixes grafana#1786
There is excessive logging of "creating table" and "synching tables" messages, change them to use level.Debug() instead of level.Info() to limit the output. Fixes #1786
I think this needs reopening. I'm constantly seeing these logs every second. I'm unsure if this is normal behaviour or if it is stuck in a loop. Either way, it seems a little excessive for
|
It seems that the table manager is chatty when running Loki using boltdb.
see transcript.
The text was updated successfully, but these errors were encountered: