Skip to content

Commit

Permalink
Merge pull request #2336 from filecoin-project/mute/refresh
Browse files Browse the repository at this point in the history
Mute RtRefreshManager logs as they break terminal emulation
  • Loading branch information
magik6k authored Jul 9, 2020
2 parents 24d8a84 + b0cf3d3 commit f01378f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lotuslog/levels.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ func SetupLogLevels() {
_ = logging.SetLogLevel("stores", "DEBUG")
_ = logging.SetLogLevel("nat", "INFO")
}
// Always mute RtRefreshManager because it breaks terminals
_ = logging.SetLogLevel("dht/RtRefreshManager", "FATAL")
}

0 comments on commit f01378f

Please sign in to comment.