mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[208-finish-move-logging] Improved log message
This commit is contained in:
@@ -499,8 +499,9 @@ DControllerBase::handleOtherObjects(ConstElementPtr args) {
|
||||
}
|
||||
if (obj_name == "Logging") {
|
||||
LOG_WARN(dctl_logger, DCTL_CONFIG_DEPRECATED)
|
||||
.arg("'Logging' defined in top level. This is deprecated."
|
||||
" Please define it in the '" + app_name + "' scope.");
|
||||
.arg("The top level element, 'Logging', has been deprecated."
|
||||
" Loggers should be defined with the 'loggers[]'"
|
||||
" element within the '" + app_name + "' scope.");
|
||||
continue;
|
||||
}
|
||||
LOG_WARN(dctl_logger, DCTL_CONFIG_DEPRECATED)
|
||||
|
Reference in New Issue
Block a user