Home
last modified time | relevance | path

Searched refs:NXT_LOG_INFO (Results 1 – 25 of 30) sorted by path

12

/unit/src/
H A Dnxt_application.c172 nxt_log(task, NXT_LOG_INFO, "discovery started"); in nxt_discovery_start()
H A Dnxt_conn_accept.c281 NXT_LOG_INFO, 2, "idle connections closed", NXT_LOG_MODERATION in nxt_conn_accept_close_idle_handler()
300 nxt_log_moderate(&nxt_idle_close_log_moderation, NXT_LOG_INFO, in nxt_conn_accept_close_idle_handler()
321 NXT_LOG_INFO, 2, "accept() failed", NXT_LOG_MODERATION in nxt_conn_accept_error()
H A Dnxt_controller.c182 nxt_log(task, NXT_LOG_INFO, "controller started"); in nxt_controller_prefork()
H A Dnxt_cyassl.c95 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 Dnxt_devpoll_engine.c591 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_devpoll_poll()
H A Dnxt_epoll_engine.c303 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 Dnxt_eventport_engine.c516 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_eventport_poll()
H A Dnxt_gnutls.c107 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 Dnxt_h1proto.c681 nxt_log(task, NXT_LOG_INFO, "h1p upgrade: bad method"); in nxt_h1p_header_process()
687 nxt_log(task, NXT_LOG_INFO, "h1p upgrade: bad protocol version"); in nxt_h1p_header_process()
693 nxt_log(task, NXT_LOG_INFO, in nxt_h1p_header_process()
700 nxt_log(task, NXT_LOG_INFO, in nxt_h1p_header_process()
H A Dnxt_h1proto_websocket.c601 nxt_log(task, NXT_LOG_INFO, "websocket error %d: %V", err->code, &desc); in hxt_h1p_send_ws_error()
H A Dnxt_http_route.c1577 uint32_t lvl = (action == NULL) ? NXT_LOG_INFO : NXT_LOG_NOTICE; in nxt_http_route_handler()
H A Dnxt_kqueue_engine.c703 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_kqueue_poll()
H A Dnxt_log.c15 NXT_LOG_INFO,
H A Dnxt_log.h15 #define NXT_LOG_INFO 4 macro
H A Dnxt_main.c33 nxt_log(&nxt_main_task, NXT_LOG_INFO, "unit " NXT_VERSION " started"); in main()
H A Dnxt_openssl.c171 nxt_log(task, NXT_LOG_INFO, "%s, %xl", in nxt_openssl_library_init()
1731 return NXT_LOG_INFO;
H A Dnxt_poll_engine.c530 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_poll()
H A Dnxt_pollset_engine.c576 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_pollset_poll()
H A Dnxt_port_socket.c1162 nxt_log(task, NXT_LOG_INFO, "frag stream #%uD not found", in nxt_port_frag_find()
H A Dnxt_process.c847 nxt_log(task, NXT_LOG_INFO, "%s started", process->name); in nxt_process_whoami_ok()
924 nxt_log(task, NXT_LOG_INFO, "%s started", process->name); in nxt_process_created_ok()
H A Dnxt_router.c345 nxt_log(task, NXT_LOG_INFO, "router started"); in nxt_router_start()
H A Dnxt_runtime.c248 nxt_log(task, NXT_LOG_INFO, "using %i systemd listen sockets", n); in nxt_runtime_systemd_listen_sockets()
H A Dnxt_select_engine.c325 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_select_poll()
H A Dnxt_semaphore.c104 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 Dnxt_signal.c102 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()

12