提交 9304cf13 作者: Jesse Weinstein

Clarify distinction between event and other logging

License: MIT
Signed-off-by: 's avatarJesse Weinstein <jesse@wefu.org>
上级 8663b4d4
......@@ -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.
`,
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论