Alert in navigation bar if there is a new error in logs

This commit is contained in:
jendib
2013-08-22 17:41:47 +02:00
parent a858699391
commit 62a5840777
5 changed files with 50 additions and 3 deletions
@@ -110,6 +110,7 @@ public class AppResource extends BaseResource {
throw new ForbiddenClientException();
}
checkBaseFunction(BaseFunction.ADMIN);
// TODO Change level by minLevel (returns all logs above)
// Get the memory appender
Logger logger = Logger.getRootLogger();