From: Tomek Mrugalski Date: Wed, 5 May 2021 14:06:44 +0000 (+0200) Subject: [#1590] Renamed logger to auth X-Git-Tag: Kea-1.9.8~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b524cd96e00f68d3282dac3560585ab3ffb72b1c;p=thirdparty%2Fkea.git [#1590] Renamed logger to auth - It may be used for other things in the future, not just http. --- 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 -