Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Reduce log noise of metrics submission #78

Closed
satta opened this issue May 4, 2021 · 1 comment
Closed

Reduce log noise of metrics submission #78

satta opened this issue May 4, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@satta
Copy link
Member

satta commented May 4, 2021

FEVER currently logs something like

{"domain":"submitter","level":"info","msg":"submission to <redacted> successful","payloadsize":117,"rawsize":117,"submitter":"AMQP","time":"2021-05-04T07:34:59Z","url":"..."}

whenever a submission to an AMQP sink is completed. In the majority of cases, this leads to massive log noise which does not add much information as errors are logged as well with different log level. These messages should be moved to log level debug instead of info.

@satta satta added enhancement New feature or request good first issue Good for newcomers labels May 4, 2021
@satta satta self-assigned this May 4, 2021
@satta
Copy link
Member Author

satta commented May 4, 2021

Closed via #80

@satta satta closed this as completed May 4, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant