From cdca93f31753959418ec89d9ff886ee737809f02 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 26 Aug 2022 14:51:18 -0400 Subject: [PATCH] chore: log HTTP Route Total Counters status --- runtime/src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runtime/src/main.c b/runtime/src/main.c index 769a439..bc732f9 100644 --- a/runtime/src/main.c +++ b/runtime/src/main.c @@ -325,6 +325,12 @@ log_compiletime_config() pretty_print_key_disabled("HTTP Total Counters"); #endif +#ifdef HTTP_ROUTE_TOTAL_COUNTERS + pretty_print_key_enabled("HTTP Route Total Counters"); +#else + pretty_print_key_disabled("HTTP Route Total Counters"); +#endif + #ifdef SANDBOX_STATE_TOTALS pretty_print_key_enabled("Log Sandbox State Count"); #else