Clarify distinction between event and other logging
License: MIT Signed-off-by: Jesse Weinstein <jesse@wefu.org>
Jesse Weinstein committed
Aug 30, 2016 at 18:39 UTC
9304cf13db0df91ffb5a97945065423d4828a542
1 file changed
+3
-4
core/commands/log.go
+3
-4
@@ -35,8 +35,7 @@ var logLevelCmd = &cmds.Command{
35
Helptext: cmds.HelpText{
36
Tagline: "Change the logging level.",
37
ShortDescription: `
38
-'ipfs log level' is a utility command used to change the logging
39
-output of a running daemon.
38
+Change the verbosity of one or all subsystems log output. Does NOT affect the event log.
39
`,
40
},
41
@@ -91,9 +90,9 @@ subsystems of a running daemon.
90
91
var logTailCmd = &cmds.Command{
92
Helptext: cmds.HelpText{
94
- Tagline: "Read the logs.",
93
+ Tagline: "Read the event log.",
94
ShortDescription: `
96
-'ipfs log tail' is a utility command used to read log output as it is written.
95
+Outputs event log messages (NOT other log messages) as they are generated.
96
`,
97
},
98