From b524cd96e00f68d3282dac3560585ab3ffb72b1c Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 5 May 2021 16:06:44 +0200 Subject: [PATCH] [#1590] Renamed logger to auth - It may be used for other things in the future, not just http. --- src/lib/http/auth_log.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/http/auth_log.cc b/src/lib/http/auth_log.cc index cc5f9f9a5f..d2c805c1ea 100644 --- a/src/lib/http/auth_log.cc +++ b/src/lib/http/auth_log.cc @@ -14,8 +14,7 @@ namespace isc { namespace http { /// @brief Defines the logger used by the HTTP authentication. -isc::log::Logger auth_logger("http-auth"); +isc::log::Logger auth_logger("auth"); } // namespace http } // namespace isc -