We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44293f3 commit 0c0f6fcCopy full SHA for 0c0f6fc
pkg/config/config.go
@@ -855,7 +855,7 @@ func (c *Config) LogDeprecatedConfig(ctx context.Context) {
855
nil,
856
)
857
}
858
- if c.DisableVersionString {
+ if !c.DisableVersionString {
859
logging.WarnDeprecated(
860
"disable-version-string",
861
"disable-version-string will be permanently set to True in v3",
0 commit comments