• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Logging in JBOSS

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using JBOSS 3.2.5 and JBOSS seems to be logging everything in "DEBUG" mode. I have changed the setting in the $JBOSS_HOME/server/servername/conf/log4j.xml to INFO for all of the categories but still JBOSS seems to want to log everything with "DEBUG" priority.

Is there any other place where we need to change some parameters? Any help will be appreciated as log files are Huuuuge
Thanks
 
Ranch Hand
Posts: 8946
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you paste the log4j.xml here. i feel that you have set the level properly. :roll:
 
reply
    Bookmark Topic Watch Topic
  • New Topic