lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Statistics of system errors logs- not logging all the errors that we can see in log files #345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

We can see lots of errors and warnings in application log files. Only some of 
them are getting picked up and shown on "Statistics of system errors logs". 
As I learned from the earlier posts, there isn't any specific configuration and 
just need to add mappings in web.xml file. I wonder what is causing to log only 
some errors and not all?

we are using 1.41.0 version of javamelody on tomcat7 with jdk 1.6.0_26 on linux 
CentOS release 6.3 (Final)

Original issue reported on code.google.com by yash...@gmail.com on 20 Sep 2013 at 2:50

GoogleCodeExporter commented 9 years ago
It may be that your messages are not logged at level warning or above and so 
are not displayed by javamelody. For example, messages logged at info or debug 
levels are not displayed, because this is not a log viewer and this is only to 
display possible issues.

Errors and warnings can be written in log files by many systems, including for 
example "System.out.println". They are not all monitored.

Note that there is a max number of system errors logs displayed. If there are 
more than the max, some messages are ignored.

There is not enough detailed information in this issue to be a valid issue, so 
resolving as invalid/incomplete.

Original comment by evernat@free.fr on 23 Sep 2013 at 11:34