log at info level the service configurations

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-01-05 13:22:49 +01:00
parent 7c68b03d07
commit 0a3d94f73d
6 changed files with 14 additions and 14 deletions

View File

@@ -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),