Skip to content

Commit 684ce80

Browse files
committed
Added debug levels.
1 parent 873e499 commit 684ce80

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/tests/multi-server/all.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ MULTI_SERVER_TEST_COMBINED_LOG := $(FREERADIUS_MULTI_SERVER_TEST_RUNTIME_LOGS_DI
2424
MULTI_SERVER_TEST_LINELOG_COMBINED_LOG := $(FREERADIUS_MULTI_SERVER_TEST_RUNTIME_LOGS_DIR_ABS)/multi-server-tests-linelog-combined.log
2525

2626
# Enable multi-server test framework debug logs
27-
DEBUG_ARG := ""
27+
DEBUG ?= 0
28+
DEBUG_LEVEL_0 := ""
29+
DEBUG_LEVEL_1 := -x
30+
DEBUG_LEVEL_2 := -xx
31+
DEBUG_ARG := $(DEBUG_LEVEL_$(DEBUG))
2832

2933
# Multi-server test verbosity level
3034
VERBOSE ?= 1

0 commit comments

Comments
 (0)