diff --git a/cmd/distribyted/main.go b/cmd/distribyted/main.go index fd8fe3c..f3c4686 100644 --- a/cmd/distribyted/main.go +++ b/cmd/distribyted/main.go @@ -66,7 +66,7 @@ func main() { // TODO download and upload limits torrentCfg := torrent.NewDefaultClientConfig() - torrentCfg.Logger = tlog.Default.WithDefaultLevel(tlog.Info).FilterLevel(tlog.Info) + torrentCfg.Logger = tlog.Discard torrentCfg.Seed = true torrentCfg.DisableTCP = true torrentCfg.DefaultStorage = st