mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
log at info level the service configurations
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -257,7 +257,7 @@ func (c *Configuration) ShouldBind() bool {
|
||||
|
||||
// Initialize configures and starts the FTP server
|
||||
func (c *Configuration) Initialize(configDir string) error {
|
||||
logger.Debug(logSender, "", "initializing FTP server with config %+v", *c)
|
||||
logger.Info(logSender, "", "initializing FTP server with config %+v", *c)
|
||||
if !c.ShouldBind() {
|
||||
return common.ErrNoBinding
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user