Skip to content

Upgrading to v6.3.0 failed with invalid argument for flag --log-cluster-name' (expected bool)` #5867

Answered by jamieklassen
skreddy6673 asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think this actually "worked" in older versions, it just didn't break, as described in this release note. --log-cluster-name was always supposed to be a bool, as you can see as far back as the v5.7.1 source code https://github.com/concourse/concourse/blob/v5.7.1/atc/atccmd/command.go#L159.

It sounds like your thinking was that this value should allow you to specify which cluster name should appear in the logs, but the idea was that you independently specify the cluster name with the --cluster-name flag and then use --log-cluster-name to opt in to having that value appear in the logs: #4387

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@skreddy6673
Comment options

Answer selected by skreddy6673
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants