diff --git a/cmd/start.go b/cmd/start.go index 53b587d0e..96d515469 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -95,7 +95,7 @@ var startCmd = &cobra.Command{ "Docs: https://github.com/open-feature/flagd/blob/main/docs/configuration.md") } - if viper.GetString(evaluatorFlagName) != "" { + if viper.GetString(evaluatorFlagName) != "json" { rtLogger.Warn("DEPRECATED: The --evaluator flag has been deprecated. " + "Docs: https://github.com/open-feature/flagd/blob/main/docs/configuration.md") }