-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upstream: add new option 'net.connect_timeout_log_error' (#4473)
When a connection times out, an error message is dispatched informing the user about the event. In some cases the user would prefer to silent those messages by making them available only as 'debug' messages instead of an 'error'. This patch adds a new option to the upstream configuration: net.connect_timeout_log_error (default: true) This boolean option is enabled by default to keep the usual behavior but the user can turn it off in the OUTPUT section of the plugin so when a connection timeout is faced, it will be send a 'debug' message. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters