#5036 introduced the log_class parameter in release v7.5.0, however since that release runners are failing to start with CloudWatch agent errors:
Additional property log_class is not allowed
If I'm not mistaken, the correct Amazon CloudWatch Agent config key for this feature is log_group_class, not log_class, and it's being set incorrectly here.
#5036 introduced the
log_classparameter in release v7.5.0, however since that release runners are failing to start with CloudWatch agent errors:If I'm not mistaken, the correct Amazon CloudWatch Agent config key for this feature is
log_group_class, notlog_class, and it's being set incorrectly here.