Skip to content

Commit

Permalink
filter_nest: change log level (#4005)
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 authored and edsiper committed Sep 7, 2021
1 parent d871667 commit b137527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter_nest/nest.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ static inline int apply_nesting_rules(msgpack_packer *packer,

size_t toplevel_items = (map.via.map.size - items_to_nest + 1);

flb_plg_debug(ctx->ins, "outer map size is %d, will be %lu, nested "
flb_plg_trace(ctx->ins, "outer map size is %d, will be %lu, nested "
"map size will be %lu",
map.via.map.size, toplevel_items, items_to_nest);

Expand Down

0 comments on commit b137527

Please sign in to comment.