fix: only log once for the loaded app

This commit is contained in:
2024-12-31 08:26:19 +01:00
parent cd6af9708c
commit 5d0faf5e13
2 changed files with 1 additions and 5 deletions

View File

@ -31,8 +31,6 @@ func ReadEnv(filePath string) (AppEnv, error) {
return nil, err
}
log.Debugf("read %s from %s", envVars, filePath)
return envVars, nil
}