janus
janus copied to clipboard
Question: Is it possible to suppress log messages for StatsGo
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
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://"