mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-04 22:29:23 +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
|
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)
|
log.Info(s)
|
||||||
res.SetOutput(&MessageOutput{s})
|
res.SetOutput(&MessageOutput{s})
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user