diff --git a/runtime/Makefile b/runtime/Makefile index 2fe298e..28cb358 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -78,7 +78,7 @@ BINARY_NAME=sledgert # This flag dumps totals of incoming requests and outgoing responses, broken out by status code # family, such as 2XX, 4XX, 5XX. It is useful to debug clients hanging waiting for a response. # To log, run `call http_total_log()` while in GDB -# CFLAGS += -DLOG_TOTAL_REQS_RESPS +CFLAGS += -DHTTP_TOTAL_COUNTERS # This flag tracks the total number of sandboxes in the various states # It is useful to debug if sandboxes are "getting caught" in a particular state