Home
last modified time | relevance | path

Searched refs:NXT_LOG_INFO (Results 1 – 25 of 30) sorted by last modified time

12

/unit/src/
H A Dnxt_router.c345 nxt_log(task, NXT_LOG_INFO, "router started"); in nxt_router_start()
H A Dnxt_application.c172 nxt_log(task, NXT_LOG_INFO, "discovery started"); in nxt_discovery_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_socket.c352 return NXT_LOG_INFO; in nxt_socket_error_level()
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_controller.c182 nxt_log(task, NXT_LOG_INFO, "controller started"); in nxt_controller_prefork()
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_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_kqueue_engine.c703 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_kqueue_poll()
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_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_port_socket.c1162 nxt_log(task, NXT_LOG_INFO, "frag stream #%uD not found", in nxt_port_frag_find()
H A Dnxt_log.h15 #define NXT_LOG_INFO 4 macro
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_main.c33 nxt_log(&nxt_main_task, NXT_LOG_INFO, "unit " NXT_VERSION " started"); in main()
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_log.c15 NXT_LOG_INFO,
H A Dnxt_select_engine.c325 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_select_poll()
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()
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_poll_engine.c530 level = (err == NXT_EINTR) ? NXT_LOG_INFO : NXT_LOG_ALERT; in nxt_poll()
/unit/src/test/
H A Dnxt_tests.c35 nxt_main_log.level = NXT_LOG_INFO; in main()
H A Dnxt_utf8_file_name_test.c28 nxt_main_log.level = NXT_LOG_INFO; in main()
H A Dnxt_clone_test.c437 NXT_LOG_INFO, in nxt_clone_creds_test()
H A Dnxt_cq_test.c424 nxt_main_log.level = NXT_LOG_INFO; in main()

12