Lines Matching refs:log
39 log = logging.getLogger(__name__) variable
116 log.debug(f'waiting for nghttpx({running.pid}) to exit.')
118 log.debug(f'nghttpx({running.pid}) terminated -> {running.returncode}')
121 log.warning(f'nghttpx({running.pid}), not shut down yet.')
124 log.error(f'nghttpx({running.pid}), terminate forcefully.')
149 log.debug(f'waiting for nghttpx to stop responding: {r}')
151 log.debug(f"Server still responding after {timeout}")
172 log.debug(f'waiting for nghttpx to become responsive: {r}')
174 log.error(f"Server still not responding after {timeout}")
270 log.debug(f'waiting for nghttpx-fwd to stop responding: {r}')
272 log.debug(f"Server still responding after {timeout}")
285 log.debug(f'waiting for nghttpx-fwd to become responsive: {r}')
287 log.error(f"Server still not responding after {timeout}")