mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
log at info level the service configurations
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -79,7 +79,7 @@ func (c Conf) ShouldBind() bool {
|
||||
// Initialize configures and starts the telemetry server.
|
||||
func (c Conf) Initialize(configDir string) error {
|
||||
var err error
|
||||
logger.Debug(logSender, "", "initializing telemetry server with config %+v", c)
|
||||
logger.Info(logSender, "", "initializing telemetry server with config %+v", c)
|
||||
authUserFile := getConfigPath(c.AuthUserFile, configDir)
|
||||
httpAuth, err = common.NewBasicAuthProvider(authUserFile)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user