Skip to content

Commit

Permalink
out_cloudwatch_logs: set 1 worker as default
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
  • Loading branch information
PettitWesley authored and edsiper committed May 9, 2022
1 parent 8717451 commit 08e90f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/out_cloudwatch_logs/cloudwatch_logs.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ struct flb_output_plugin out_cloudwatch_logs_plugin = {
.cb_flush = cb_cloudwatch_flush,
.cb_exit = cb_cloudwatch_exit,
.flags = 0,
.workers = 1,

/* Configuration */
.config_map = config_map,
Expand Down

0 comments on commit 08e90f5

Please sign in to comment.