@@ -26,19 +26,18 @@ type Config struct {
26
26
27
27
// LogLevel is the ursiform.Logger level for sleuth. The default is "listen".
28
28
// 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.
42
41
LogLevel string `json:"loglevel,omitempty"`
43
42
44
43
// Port is the UDP port that sleuth should broadcast on. The default is 5670.
0 commit comments