We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945d333 commit bda73d8Copy full SHA for bda73d8
plugins/out_cloudwatch_logs/cloudwatch_logs.c
@@ -53,8 +53,7 @@ static struct flb_aws_header content_type_header = {
53
static int validate_log_group_class(struct flb_cloudwatch *ctx)
54
{
55
if (ctx->create_group == FLB_FALSE) {
56
- flb_plg_error(ctx->ins, "Configuring log_group_class requires `auto_create_group On`.");
57
- return -1;
+ return 0;
58
}
59
60
if (ctx->log_group_class == NULL || strlen(ctx->log_group_class) == 0) {
0 commit comments