Bruce Marriner 9 years ago
parent
commit
2b85edc4a1
1 changed files with 1 additions and 1 deletions
  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