Replace eventlog with normal logs #1193
Labels
exp/beginner
Something most people could solve.
good first issue
These are simple issues that can be picked up by new contributors
kind/maintenance
Maintenance tasks, such as refactoring, with no impact in features.
status/stale
The issue hasn't had activity for a while and it's marked for closing.
Badger uses
eventLog
to keep track of long-running background operations.https://github.com/dgraph-io/badger/blob/2a90c665f1e57fdc48256f222ed5d826c554043c/levels.go#L38-L42
https://github.com/dgraph-io/badger/blob/2a90c665f1e57fdc48256f222ed5d826c554043c/value.go#L828-L832
These
eventLogs
are expensive as seen in #938 (comment)All the trace/eventlog calls should be replaced with
logger.Debugf(...)
statements.The text was updated successfully, but these errors were encountered: