Skip to content
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

Question: Is it possible to suppress log messages for StatsGo #481

Open
NicklasWallgren opened this issue Jan 11, 2022 · 1 comment
Open

Comments

@NicklasWallgren
Copy link

Hey, is it possible to suppress the log messages for StatsGo?

[StatsGo] 2022/01/11 08:07:54 Stats counter incremented metric=total.round-ok
@nox-4O4
Copy link

nox-4O4 commented Dec 5, 2022

You can suppress the stats messages by setting stats.dsn to something other than log:// (the default value).

E.g., put following in janus.toml:

[stats]
  dsn = "noop://"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants