Skip to content

Commit bd4a2ad

Browse files
committed
service: switch logging to DiscardLogger
1 parent b5e7d1f commit bd4a2ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/service/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ func bootFTPServer(errs chan<- error, logger log.Logger, cfg *FTPConfig, respons
5959
Password: cfg.Auth.Password,
6060
},
6161
PassivePorts: cfg.PassivePorts,
62+
Logger: &ftp.DiscardLogger{},
6263
}
6364
server := ftp.NewServer(opts)
6465

0 commit comments

Comments
 (0)