go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
804 stars 123 forks source link

Optionally disable 404 error logging (fix #563) #564

Closed deniszh closed 1 year ago

deniszh commented 1 year ago

Fix for https://github.com/go-graphite/go-carbon/issues/563 Not sure should we revert logic, and introduce do-log-404s with default = true.