There was an error while loading. Please reload this page.
1 parent 275383b commit a4544bfCopy full SHA for a4544bf
aws/logs_monitoring/lambda_function.py
@@ -65,7 +65,7 @@ def get_bool_env_var(envvar, default):
65
66
## @param DD_USE_TCP - boolean - optional -default: false
67
## Change this value to `true` to send your logs and metrics using the HTTP network client
68
-## By default, it use the TCP client.
+## By default, it uses the HTTP client.
69
#
70
DD_USE_TCP = get_bool_env_var("DD_USE_TCP", "false")
71
0 commit comments