1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00

Clarify distinction between event and other logging

License: MIT
Signed-off-by: Jesse Weinstein <jesse@wefu.org>
This commit is contained in:
Jesse Weinstein
2016-08-30 18:39:04 -07:00
parent 8663b4d48b
commit 9304cf13db

View File

@ -35,8 +35,7 @@ var logLevelCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Change the logging level.",
ShortDescription: `
'ipfs log level' is a utility command used to change the logging
output of a running daemon.
Change the verbosity of one or all subsystems log output. Does NOT affect the event log.
`,
},
@ -91,9 +90,9 @@ subsystems of a running daemon.
var logTailCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Read the logs.",
Tagline: "Read the event log.",
ShortDescription: `
'ipfs log tail' is a utility command used to read log output as it is written.
Outputs event log messages (NOT other log messages) as they are generated.
`,
},