diff options
Diffstat (limited to 'src/nxt_log.c')
-rw-r--r-- | src/nxt_log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_log.c b/src/nxt_log.c index 95591f18..cd2b5d70 100644 --- a/src/nxt_log.c +++ b/src/nxt_log.c @@ -8,6 +8,8 @@ nxt_uint_t nxt_debug; +nxt_uint_t nxt_trace; + nxt_log_t nxt_main_log = { NXT_LOG_INFO, |