Bruce Marriner 9 년 전
부모
커밋
2b85edc4a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      logging.go

+ 1 - 1
logging.go

@@ -32,7 +32,7 @@ const (
 	// Generally, not overly spammy events
 	LogInformational
 
-	// Detailed activity
+	// Very detailed non-error activity
 	// All HTTP/Websocket packets.
 	// Very spammy and will impact performance
 	LogDebug