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

@@ -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 {