Merge "Issue #2142 fix ncep perspective" into development
Former-commit-id: b7920e40c2896a6b10e98046a5cccf3dd9717d97
This commit is contained in:
commit
2d6b0a0e06
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ public class NcepLoggerManager {
|
|||
|
||||
private Logger getLog4jLogger(NcepLogCategory ncepLogCategory, String logName) {
|
||||
Logger logger = Logger.getLogger(logName);
|
||||
addDailyLogFileAppender(logger, ncepLogCategory);
|
||||
// njensen commented the line below out because it doesn't seem to do much and it doesn't work with logback
|
||||
//addDailyLogFileAppender(logger, ncepLogCategory);
|
||||
return logger;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue