/unit/src/ |
H A D | nxt_main.c | 33 nxt_log(&nxt_main_task, NXT_LOG_INFO, "unit " NXT_VERSION " started"); in main()
|
H A D | nxt_signal.c | 102 nxt_main_log_error(NXT_LOG_INFO, "signal handler: %d", signo); in nxt_signal_handler() 172 nxt_main_log_error(NXT_LOG_INFO, "signo: %d", signo); in nxt_signal_thread()
|
H A D | nxt_semaphore.c | 104 nxt_log_error(NXT_LOG_INFO, thr->log, "sem_wait(%p) failed %E", in nxt_sem_wait() 156 nxt_log_error(NXT_LOG_INFO, thr->log, "sem_timedwait(%p) failed %E", in nxt_sem_wait()
|
H A D | nxt_conn_accept.c | 276 NXT_LOG_INFO, 2, "idle connections closed", NXT_LOG_MODERATION in nxt_conn_accept_close_idle_handler() 295 nxt_log_moderate(&nxt_idle_close_log_moderation, NXT_LOG_INFO, in nxt_conn_accept_close_idle_handler() 316 NXT_LOG_INFO, 2, "accept() failed", NXT_LOG_MODERATION in nxt_conn_accept_error()
|
H A D | nxt_log.c | 15 NXT_LOG_INFO,
|
H A D | nxt_log.h | 15 #define NXT_LOG_INFO 4 macro
|
H A D | nxt_socket.c | 352 return NXT_LOG_INFO; in nxt_socket_error_level()
|
H A D | nxt_cyassl.c | 95 nxt_thread_log_error(NXT_LOG_INFO, "CyaSSL version: %s", in nxt_cyassl_start() 580 return NXT_LOG_INFO; in nxt_cyassl_log_error_level()
|
H A D | nxt_gnutls.c | 107 nxt_thread_log_error(NXT_LOG_INFO, "GnuTLS version: %s", in nxt_gnutls_start() 725 return NXT_LOG_INFO; in nxt_gnutls_log_error_level()
|
H A D | nxt_select_engine.c | 325 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_select_poll()
|
H A D | nxt_process.c | 567 nxt_log(task, NXT_LOG_INFO, "%s started", process->name); in nxt_process_whoami_ok() 644 nxt_log(task, NXT_LOG_INFO, "%s started", process->name); in nxt_process_created_ok()
|
H A D | nxt_epoll_engine.c | 303 nxt_log(&engine->task, NXT_LOG_INFO, "accept4() failed %E", in nxt_epoll_test_accept4() 905 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_epoll_poll()
|
H A D | nxt_h1proto.c | 671 nxt_log(task, NXT_LOG_INFO, "h1p upgrade: bad method"); in nxt_h1p_header_process() 677 nxt_log(task, NXT_LOG_INFO, "h1p upgrade: bad protocol version"); in nxt_h1p_header_process() 683 nxt_log(task, NXT_LOG_INFO, in nxt_h1p_header_process() 690 nxt_log(task, NXT_LOG_INFO, in nxt_h1p_header_process()
|
H A D | nxt_eventport_engine.c | 516 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_eventport_poll()
|
H A D | nxt_poll_engine.c | 530 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_poll()
|
H A D | nxt_pollset_engine.c | 576 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_pollset_poll()
|
H A D | nxt_devpoll_engine.c | 591 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_devpoll_poll()
|
H A D | nxt_fastcgi_source.c | 556 nxt_log(task, NXT_LOG_INFO, in nxt_fastcgi_source_header_process()
|
H A D | nxt_openssl.c | 171 nxt_log(task, NXT_LOG_INFO, "%s, %xl", in nxt_openssl_library_init() 1731 return NXT_LOG_INFO;
|
H A D | nxt_h1proto_websocket.c | 601 nxt_log(task, NXT_LOG_INFO, "websocket error %d: %V", err->code, &desc); in hxt_h1p_send_ws_error()
|
H A D | nxt_kqueue_engine.c | 703 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_kqueue_poll()
|
/unit/src/test/ |
H A D | nxt_tests.c | 35 nxt_main_log.level = NXT_LOG_INFO; in main()
|
H A D | nxt_utf8_file_name_test.c | 28 nxt_main_log.level = NXT_LOG_INFO; in main()
|
H A D | nxt_clone_test.c | 437 NXT_LOG_INFO, in nxt_clone_creds_test()
|
H A D | nxt_cq_test.c | 424 nxt_main_log.level = NXT_LOG_INFO; in main()
|