From 8ce81b4af1bf01cf99509094e7b8179f8d7ae101 Mon Sep 17 00:00:00 2001 From: Leonardo Alminana Date: Wed, 14 Aug 2024 21:37:36 +0200 Subject: [PATCH] Revert "out_stackdriver: fixed a wrong data type used for two boolean options" This reverts commit bb57ebf51adbc9dfee82bfea8c07f0b33b852f27. --- plugins/out_stackdriver/stackdriver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/out_stackdriver/stackdriver.h b/plugins/out_stackdriver/stackdriver.h index 66462cf4fab..fa5cb2e2b10 100644 --- a/plugins/out_stackdriver/stackdriver.h +++ b/plugins/out_stackdriver/stackdriver.h @@ -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;