Commit f1b163a3 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Log notice level when TLS ticket key was retrieved from memcached

parent 7a3dff5a
......@@ -612,9 +612,7 @@ void ConnectionHandler::on_tls_ticket_key_not_found(ev_timer *w) {
void ConnectionHandler::on_tls_ticket_key_get_success(
const std::shared_ptr<TicketKeys> &ticket_keys, ev_timer *w) {
if (LOG_ENABLED(INFO)) {
LOG(INFO) << "Memcached: tls ticket get success";
}
LOG(NOTICE) << "Memcached: tls ticket get success";
tls_ticket_key_memcached_get_retry_count_ = 0;
tls_ticket_key_memcached_fail_count_ = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment