Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
e93cfe3f
Commit
e93cfe3f
authored
May 12, 2011
by
Jelte Jansen
Browse files
[trac743] addressed review comments
parent
f5278f2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/config/config_log.h
View file @
e93cfe3f
...
...
@@ -23,29 +23,14 @@ namespace config {
/// \brief Config Logging
///
/// Defines the levels used to output debug messages in the CONFIG. Note that
/// higher numbers equate to more verbose (and detailed) output.
// The first level traces normal operations - asking the CONFIG for an address,
// and cancelling a lookup. It also records when the CONFIG calls back to the
// resolver to resolve something.
//const int CONFIG_DBG_TRACE = 10;
// The next level extends the normal operations and records the results of the
// lookups.
//const int CONFIG_DBG_RESULTS = 20;
// Additional information on the usage of the names - the RTT values obtained
// when queries were done.
//const int CONFIG_DBG_RTT = 30;
/// Defines logger object for config log messages
/// \brief Config Logger
///
/// Define the logger used to log messages. We could define it in multiple
/// modules, but defining in a single module and linking to it saves time and
/// space.
extern
isc
::
log
::
Logger
config_logger
;
// isc::config::logger is the CONFIG logger
extern
isc
::
log
::
Logger
config_logger
;
// isc::config::
config_
logger is the CONFIG logger
}
// namespace config
}
// namespace isc
...
...
src/lib/config/configdef.mes
View file @
e93cfe3f
...
...
@@ -23,26 +23,26 @@ There was a parse error in the JSON file. The given file does not appear
to be in valid JSON format. Please verify that the filename is correct
and that the contents are valid JSON.
% MODULE_SPEC
M
odule specification error in %1: %2
% MODULE_SPEC
m
odule specification error in %1: %2
The given file does not appear to be a valid specification file. Please
verify that the filename is correct and that its contents are a valid
BIND10 module specification.
% MANAGER_MOD_SPEC
M
odule specification not accepted by cfgmgr: %1
% MANAGER_MOD_SPEC
m
odule specification not accepted by cfgmgr: %1
The module specification file for this module was rejected by the
configuration manager. The full error message answer from the
configuration manager is appended to the log error. The most likely
cause is that the module is of a different (specification file) version
than the running configuration manager.
% MANAGER_CONFIG
E
rror getting configuration from cfgmgr: %1
% MANAGER_CONFIG
e
rror getting configuration from cfgmgr: %1
The configuration manager returned an error when this module requested
the configuration. The full error message answer from the configuration
manager is appended to the log error. The most likely cause is that
the module is of a different (command specification) version than the
running configuration manager.
% CCSESSION_MSG
E
rror in CC session message: %1
% CCSESSION_MSG
e
rror in CC session message: %1
There was a problem with an incoming message on the command and control
channel. The message does not appear to be a valid command, and is
missing a required element or contains an unknown data format. This
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment