Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't log config as warning in kuberpult-frontend-service #1872

Open
Frank-Reichenbach opened this issue Aug 14, 2024 · 0 comments
Open

Don't log config as warning in kuberpult-frontend-service #1872

Frank-Reichenbach opened this issue Aug 14, 2024 · 0 comments

Comments

@Frank-Reichenbach
Copy link

The kuberpult-frontend-service prints the configuration on startup in the logs as a warning:


{
    "level":"warn",
    "ts":<timestamp>,
    "caller":"cmd/server.go:135",
    "msg":"config:
        {
            kuberpult-cd-service:8443
            false
            kuberpult-rollout-service:8443
            http://kuberpult-cd-service:80
            false
            https://<argocd-host-name>
            /keyring/keyring.gpg true
            https://login.microsoftonline.com/
            <client-id>
            <tenant-id>
            https://<kuberpult-host-name>
            false
            v2.21.1
            master
            https://<kuberpult-host-name>
            <git-user-name>
            <git-user-email>
            2m0s
            10m0s
            false
            false
        }",
}

Since there is no information about the cause for a warning, I assume it is only informational and thus should be logged as "INFO" instead.

Kuberpult Version: v2.21.1
Helm-Chart Version: v2.21.1
Deployed to an AKS Version: v1.29.5
ArgoCD Version: v2.10.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant