nxt_log.c (0:a63ceefd6ab0) nxt_log.c (1:fdc027c56872)
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_main.h>
8
9
10nxt_uint_t nxt_debug;
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_main.h>
8
9
10nxt_uint_t nxt_debug;
11nxt_uint_t nxt_trace;
11
12
13
12nxt_log_t nxt_main_log = {
13 NXT_LOG_INFO,
14 0,
15 nxt_log_handler,
16 NULL,
17 NULL
18};
19

--- 93 unchanged lines hidden ---
14nxt_log_t nxt_main_log = {
15 NXT_LOG_INFO,
16 0,
17 nxt_log_handler,
18 NULL,
19 NULL
20};
21

--- 93 unchanged lines hidden ---