janus icon indicating copy to clipboard operation
janus copied to clipboard

Question: Is it possible to suppress log messages for StatsGo

Open NicklasWallgren opened this issue 3 years ago • 1 comments

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

NicklasWallgren avatar Jan 11 '22 08:01 NicklasWallgren

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://"

nox-4O4 avatar Dec 05 '22 01:12 nox-4O4