Home
last modified time | relevance | path

Searched refs:errorlog_tty (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log_config.h59 bool errorlog_tty; member
Dshrpx_log.h217 #define TTY_HTTP_HD (log_config()->errorlog_tty ? "\033[1;34m" : "")
218 #define TTY_RST (log_config()->errorlog_tty ? "\033[0m" : "")
Dshrpx_log_config.cc50 errorlog_tty(false) { in LogConfig()
Dshrpx_log.cc188 auto tty = lgconf->errorlog_tty; in ~Log()
896 lgconf->errorlog_tty = in reopen_log_files()
Dshrpx_https_upstream.cc1410 if (log_config()->errorlog_tty) { in log_response_headers()
Dshrpx_http_downstream_connection.cc691 if (log_config()->errorlog_tty) { in push_request_headers()