We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The kuberpult-frontend-service prints the configuration on startup in the logs as a warning:
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
The text was updated successfully, but these errors were encountered: