Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed May 31, 2024
1 parent 64b9fc3 commit 9b813f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/flb_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,9 +824,9 @@ int flb_engine_start(struct flb_config *config)
flb_info("grace_count=%d", config->grace_count);

/* Dump buffer status on shutdown if in debug */
if (config->verbose == FLB_LOG_DEBUG) {
flb_dump(config);
}
// if (config->verbose == FLB_LOG_DEBUG) {
// flb_dump(config);
// }

/*
* Grace period has finished, but we need to check if there is
Expand Down

0 comments on commit 9b813f6

Please sign in to comment.