Actions
Task #2850
closedNLSR's configuration parameters should be logged at INFO level
Start date:
06/04/2015
Due date:
% Done:
0%
Estimated time:
Description
Currently, NLSR logs the parameters loaded from the configuration file at DEBUG level. This makes startup problems difficult to diagnose if the user has the log level set to the default level, INFO.
All of the log messages in ConfParameter::writeLog() should be _LOG_INFO instead of _LOG_DEBUG.
Actions