mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 23:28:39 +03:00
log at info level the service configurations
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -158,7 +158,7 @@ func (c *Configuration) ShouldBind() bool {
|
||||
|
||||
// Initialize configures and starts the WebDAV server
|
||||
func (c *Configuration) Initialize(configDir string) error {
|
||||
logger.Debug(logSender, "", "initializing WebDAV server with config %+v", *c)
|
||||
logger.Info(logSender, "", "initializing WebDAV server with config %+v", *c)
|
||||
mimeTypeCache = mimeCache{
|
||||
maxSize: c.Cache.MimeTypes.MaxSize,
|
||||
mimeTypes: make(map[string]string),
|
||||
|
||||
Reference in New Issue
Block a user