@cryptotaxi247 / kubo / commits / 048adadb5

reformat log helptext (80 char width)

Dominic Della Valle committed Apr 24, 2020 at 12:13 UTC 048adadb5ee82376a0abf37500385fbc08887766
1 file changed +4 -2
core/commands/log.go
+4 -2
@@ -24,8 +24,10 @@ output of a running daemon.
24
25 There are also two environmental variables that direct the logging
26 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
31 `,
32 },
33