Actions
Bug #1524
closedLogging initialization problem
Start date:
04/21/2014
Due date:
% Done:
100%
Estimated time:
Description
Right now, logging section in config file is shared between nfd and nrd. LoggerFactory::onConfig
throws when unknown section is encountered.
This makes impossible to set NRD-specific logging and not to fail NFD, and impossible to set NFD-specific logging and not to fail NRD.
My proposal is not to fail when unknown logger section is encountered and simply ignore that (may be log in TRACE, but not in WARN)
Updated by Anonymous over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento over 10 years ago
- Status changed from Code review to Closed
Actions