Set swarm log level to WARN
This commit is contained in:
parent
6d594bab67
commit
391c73774d
@ -18,6 +18,8 @@ const FlagStorageRepo = "storagerepo"
|
||||
|
||||
func main() {
|
||||
logging.SetLogLevel("*", "INFO")
|
||||
logging.SetLogLevel("swarm", "WARN")
|
||||
|
||||
local := []*cli.Command{
|
||||
runCmd,
|
||||
initCmd,
|
||||
|
@ -16,6 +16,8 @@ import (
|
||||
func main() {
|
||||
logging.SetLogLevel("*", "INFO")
|
||||
logging.SetLogLevel("dht", "ERROR")
|
||||
logging.SetLogLevel("swarm", "WARN")
|
||||
|
||||
local := []*cli.Command{
|
||||
DaemonCmd,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user