Skip to content

Commit

Permalink
Revert "out_stackdriver: fixed a wrong data type used for two boolean…
Browse files Browse the repository at this point in the history
… options"

This reverts commit bb57ebf.
  • Loading branch information
leonardo-albertovich committed Aug 14, 2024
1 parent bb57ebf commit 8ce81b4
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;
int autoformat_stackdriver_trace;
int test_log_entry_format;
bool autoformat_stackdriver_trace;
bool test_log_entry_format;

flb_sds_t stackdriver_agent;

Expand Down

0 comments on commit 8ce81b4

Please sign in to comment.