Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
a2e5c40e
Commit
a2e5c40e
authored
Sep 25, 2014
by
Tomek Mrugalski
🛰
Browse files
[master] Removed obsolete, added missing variable setup (after #3591 merge)
parent
8e61395e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/daemon.cc
View file @
a2e5c40e
...
...
@@ -82,6 +82,8 @@ Daemon::getVerbose() const {
void
Daemon
::
loggerInit
(
const
char
*
name
,
bool
verbose
)
{
setenv
(
"KEA_LOGGER_DESTINATION"
,
"stdout"
,
0
);
// Initialize logger system
isc
::
log
::
initLogger
(
name
,
isc
::
log
::
DEBUG
,
isc
::
log
::
MAX_DEBUG_LEVEL
,
NULL
);
...
...
src/lib/dhcpsrv/srv_config.cc
View file @
a2e5c40e
...
...
@@ -92,8 +92,6 @@ SrvConfig::copy(SrvConfig& new_config) const {
void
SrvConfig
::
applyLoggingCfg
()
const
{
/// @todo Remove the hardcoded location.
setenv
(
"KEA_LOCKFILE_DIR_FROM_BUILD"
,
"/tmp"
,
1
);
std
::
list
<
LoggerSpecification
>
specs
;
for
(
LoggingInfoStorage
::
const_iterator
it
=
logging_info_
.
begin
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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