diff --git a/.ebextensions/loggly_gen2.config b/.ebextensions/loggly_gen2.config index bab0bbd..6d586de 100644 --- a/.ebextensions/loggly_gen2.config +++ b/.ebextensions/loggly_gen2.config @@ -26,7 +26,7 @@ commands: command: "touch /tmp/$(date '+%F.%T.%N').loggly_cmd_01a" 02_rsyslog_conf_remove_90_loggly: command: test "$(grep -s '90-loggly.conf' /etc/rsyslog.conf)" == "\$IncludeConfig /etc/rsyslog.d/90-loggly.conf" && perl -pi -e 's/\$IncludeConfig \/etc\/rsyslog.d\/90-loggly.conf//g' /etc/rsyslog.conf && perl -pi -e 's/# Include the loggly.conf file//g' /etc/rsyslog.conf || echo ".ebextensions loggly.conf - no rsyslog updates needed" - ignoreErrors: true" + ignoreErrors: true 02a_loggly_command: command: "touch /tmp/$(date '+%F.%T.%N').loggly_cmd_02a" 03-source-environment-variables-set-loggy-tag: