Skip to content

Commit

Permalink
chore(logs): increase verbosity for bitswap log (#3818)
Browse files Browse the repository at this point in the history
Bitswap decision engine has certain important logs for us and node operators to keep in mind, thus the change.
Like https://github.com/ipfs/boxo/blob/ceb514cc23b0c60494ddac6579dae3829459cb93/bitswap/server/internal/decision/engine.go#L727
  • Loading branch information
Wondertan authored Oct 7, 2024
1 parent 76d998d commit 4309c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func SetAllLoggers(level logging.LogLevel) {
_ = logging.SetLogLevel("bitswap/network", "ERROR")
_ = logging.SetLogLevel("bitswap/session", "WARN")
_ = logging.SetLogLevel("bitswap/server", "WARN")
_ = logging.SetLogLevel("bitswap/server/decision", "WARN")
_ = logging.SetLogLevel("bitswap/server/decision", "INFO")
_ = logging.SetLogLevel("connmgr", "WARN")
_ = logging.SetLogLevel("nat", "INFO")
_ = logging.SetLogLevel("dht/RtRefreshManager", "FATAL")
Expand Down

0 comments on commit 4309c83

Please sign in to comment.