Skip to content

Commit 4c0d498

Browse files
committed
Bugfix: loglevel docs
1 parent c244e06 commit 4c0d498

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

config.go

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,18 @@ type Config struct {
2626

2727
// LogLevel is the ursiform.Logger level for sleuth. The default is "listen".
2828
// The options, in order of increasing verbosity, are:
29-
// "silent" No log output at all.
30-
// "error" Only errors are logged.
31-
// "blocked" Blocking calls and lower are logged.
32-
// "unblocked" Unblocked notifications and lower are logged.
33-
// "warn" Warnings and lower are logged.
34-
// "reject" Rejections (e.g., in a firewall) and lower are logged.
35-
// "listen" Listeners and lower are logged.
36-
// "install" Install notifications and lower are logged.
37-
// "init" Initialization notifications and lower are logged.
38-
// "request" Incoming requests and lower are logged.
39-
// "info" Info output and lower are logged.
40-
// "verbose" Verbose output and lower are logged.
41-
// "debug" All log output is shown.
29+
// "silent" No log output at all.
30+
// "error" Only errors are logged.
31+
// "blocked" Blocking calls and lower are logged.
32+
// "unblocked" Unblocked notifications and lower are logged.
33+
// "warn" Warnings and lower are logged.
34+
// "reject" Rejections (e.g., in a firewall) and lower are logged.
35+
// "listen" Listeners and lower are logged.
36+
// "install" Install notifications and lower are logged.
37+
// "init" Initialization notifications and lower are logged.
38+
// "request" Incoming requests and lower are logged.
39+
// "info" Info output and lower are logged.
40+
// "debug" All log output is shown.
4241
LogLevel string `json:"loglevel,omitempty"`
4342

4443
// Port is the UDP port that sleuth should broadcast on. The default is 5670.

0 commit comments

Comments
 (0)