Skip to content

Commit

Permalink
out_stackdriver: fixed a wrong data type used for two boolean options
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Aug 14, 2024
1 parent 7eafda0 commit bb57ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/out_stackdriver/stackdriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ struct flb_stackdriver {
flb_sds_t log_name_key;
flb_sds_t http_request_key;
int http_request_key_size;
bool autoformat_stackdriver_trace;
bool test_log_entry_format;
int autoformat_stackdriver_trace;
int test_log_entry_format;

flb_sds_t stackdriver_agent;

Expand Down

0 comments on commit bb57ebf

Please sign in to comment.