You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc"Number of times to retry when retrieving credentials"
45
59
config_param:retries,:integer,default: nil
@@ -175,7 +189,7 @@ def configure(conf)
175
189
end
176
190
177
191
unless@index_format =~ /^%(0\d*)?[dxX]$/
178
-
raiseFluent::ConfigError,"index_format parameter should follow `%[flags][width]type`. `0` is the only supported flag, and is mandatory if width is specified. `d`, `x` and `X` are supported types"
192
+
raiseFluent::ConfigError,"index_format parameter should follow `%[flags][width]type`. `0` is the only supported flag, and is mandatory if width is specified. `d`, `x` and `X` are supported types"
0 commit comments