File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,13 +181,13 @@ func validateMandatoryConfiguration(config *ClientConfig) error {
181
181
182
182
// Check for mandatory fields related to the client options
183
183
if config .ClientOptions .Logging .LogLevel == "" {
184
- missingFields = append (missingFields , "ClientOptions.LogLevel" )
184
+ missingFields = append (missingFields , "ClientOptions.Logging. LogLevel" )
185
185
}
186
186
if config .ClientOptions .Logging .LogOutputFormat == "" {
187
- missingFields = append (missingFields , "ClientOptions.LogOutputFormat" )
187
+ missingFields = append (missingFields , "ClientOptions.Logging. LogOutputFormat" )
188
188
}
189
189
if config .ClientOptions .Logging .LogConsoleSeparator == "" {
190
- missingFields = append (missingFields , "ClientOptions.LogConsoleSeparator" )
190
+ missingFields = append (missingFields , "ClientOptions.Logging. LogConsoleSeparator" )
191
191
}
192
192
193
193
// Check for either OAuth credentials pair or Username and Password pair
You can’t perform that action at this time.
0 commit comments