1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 17:56:20 +00:00

Update TODO

This commit is contained in:
jendib
2016-03-13 23:18:33 +01:00
parent 0dda01269f
commit 31fff7e021
3 changed files with 1 additions and 13 deletions

View File

@@ -100,8 +100,6 @@ public class AppResource extends BaseResource {
if (!authenticate()) {
throw new ForbiddenClientException();
}
// TODO Change level by minLevel (returns all logs above)
// Get the memory appender
org.apache.log4j.Logger logger = org.apache.log4j.Logger.getRootLogger();
Appender appender = logger.getAppender("MEMORY");