Merge pull request #3 from abhisheksharma1395/abhisheksharma1395-patch-2

update makefile
pull/378/head
Abhishek Sharma 2 years ago committed by GitHub
commit 18729c8954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ CFLAGS += -DLOG_TO_FILE
# Various Informational Logs for Debugging
# CFLAGS += -DLOG_ADMISSIONS_CONTROL
# CFLAGS += -DLOG_CONTEXT_SWITCHES
CFLAGS += -DLOG_HTTP_PARSER
# CFLAGS += -DLOG_HTTP_PARSER
CFLAGS += -DLOG_TENANT_LOADING
# CFLAGS += -DLOG_PREEMPTION
CFLAGS += -DLOG_SANDBOX_ALLOCATION
@ -81,7 +81,7 @@ CFLAGS += -DPROC_STAT_METRICS
# This flag enables HTTP-level counters of incoming requests and outgoing responses, broken out by status code
# family, such as 2XX, 4XX, 5XX.
# To log, run `call http_total_log()` while in GDB
CFLAGS += -DHTTP_TOTAL_COUNTERS
# CFLAGS += -DHTTP_TOTAL_COUNTERS
# This flag enables per-route counters of incoming requests and outgoing responses, broken out by status code
# family, such as 2XX, 4XX, 5XX.

Loading…
Cancel
Save