2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#1590] Renamed logger to auth

- It may be used for other things in the future, not just http.
This commit is contained in:
Tomek Mrugalski
2021-05-05 16:06:44 +02:00
parent 321b8880dc
commit b524cd96e0

View File

@@ -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