From b3cf08abcb09f3656dca71524e1bc0ee7c625eef Mon Sep 17 00:00:00 2001 From: Roman Sheydvasser Date: Mon, 16 Jul 2018 20:11:09 +0200 Subject: [PATCH] Update default.rb - typo fix (#544) --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 975b1b2d..a0dc47a9 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -391,7 +391,7 @@ default['datadog']['process_agent']['rtcontainer_interval'] = nil # Logs functionality settings (Agent 6 only) -# Set `enable_log_agent` to: +# Set `enable_logs_agent` to: # * `true` to explicitly enable the log agent # * `false` to explicitly disable it # Leave it to `nil` to let the agent's default behavior decide whether to run the log-agent