We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ced68 commit 244d73dCopy full SHA for 244d73d
plugins/out_s3/s3.c
@@ -1973,7 +1973,7 @@ static flb_sds_t flb_pack_msgpack_extract_log_key(void *out_context, const char
1973
}
1974
1975
/* Throw error once per chunk if at least one log key was not found */
1976
- if (log_key_missing == FLB_TRUE) {
+ if (log_key_missing > 0) {
1977
flb_plg_error(ctx->ins, "Could not find log_key '%s' in %d records",
1978
ctx->log_key, log_key_missing);
1979
0 commit comments