mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-01 16:05:47 +08:00
Add a new line in the output of ipfs log level
License: MIT Signed-off-by: Michael Muré <mure.michael@gmail.com>
This commit is contained in:
@ -58,7 +58,7 @@ output of a running daemon.
|
||||
return
|
||||
}
|
||||
|
||||
s := fmt.Sprintf("Changed log level of '%s' to '%s'", subsystem, level)
|
||||
s := fmt.Sprintf("Changed log level of '%s' to '%s'\n", subsystem, level)
|
||||
log.Info(s)
|
||||
res.SetOutput(&MessageOutput{s})
|
||||
},
|
||||
|
Reference in New Issue
Block a user