We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701c51b commit ab4ca39Copy full SHA for ab4ca39
pkg/config/config.go
@@ -924,7 +924,7 @@ type Config struct {
924
// https://github.com/newrelic/newrelic-fluent-bit-output#httpclienttimeout
925
// Default: "5"
926
// Public: Yes
927
- LoggingHTTPClientTimeout string `yaml:"logging_http_client_timeout" envconfig:"logging_http_client_timeout" public:"true"`
+ LoggingHTTPClientTimeout string `envconfig:"logging_http_client_timeout" public:"true" yaml:"logging_http_client_timeout"` //nolint:lll
928
929
// FluentBitExePath is the location from where the agent can execute fluent-bit.
930
// Default (Linux): /opt/td-agent-bit/bin/td-agent-bit
0 commit comments