Skip to content

Commit 048adad

Browse files
committed
reformat log helptext (80 char width)
1 parent 05d0573 commit 048adad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/commands/log.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ output of a running daemon.
2424
2525
There are also two environmental variables that direct the logging
2626
system (not just for the daemon logs, but all commands):
27-
IPFS_LOGGING - sets the level of verbosity of the logging. One of: debug, info, warn, error, dpanic, panic, fatal
28-
IPFS_LOGGING_FMT - sets formatting of the log output. One of: color, nocolor
27+
IPFS_LOGGING - sets the level of verbosity of the logging.
28+
One of: debug, info, warn, error, dpanic, panic, fatal
29+
IPFS_LOGGING_FMT - sets formatting of the log output.
30+
One of: color, nocolor
2931
`,
3032
},
3133

0 commit comments

Comments
 (0)