Skip to content

Commit

Permalink
satisfy API
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed May 4, 2024
1 parent 1f2daf3 commit a3874fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/log/cmt_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ func (cmt CometLoggerWrapper) With(keyVals ...interface{}) cmtlog.Logger {
logger := cmt.Logger.With(keyVals...)
return CometLoggerWrapper{logger}
}

func (cmt CometLoggerWrapper) DebugOn() bool {
return false
}

0 comments on commit a3874fd

Please sign in to comment.