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 83662c4 commit a8045b9Copy full SHA for a8045b9
1 file changed
src/flb_router_config.c
@@ -898,7 +898,6 @@ static int parse_route(struct cfl_variant *variant,
898
int val;
899
if (variant_to_bool(per_record_var, &val) == 0) {
900
route->per_record_routing = val;
901
- flb_info("[router] route '%s' per_record_routing=%d", route->name, val);
902
}
903
904
0 commit comments