logging - log4j Logger messages are not displayed on JBoss webapp -
logging - log4j Logger messages are not displayed on JBoss webapp -
i utilize jboss 6 ,
static logger logger = logger.getlogger(foo.class);
displays nothing
tried adding log4 project, removing it, placing log4j file on main/resources folder, placing no log4j file , no results.
only system.out seems work, doesn't provide info see
i see hibernate log working not mine
what missing?
turns out logging work. hibernate logging controlled jboss logging settings.
my logging began work placed log4j on right next classes folder, , placing log4j jar project
logging jboss log4j jboss6.x
Comments
Post a Comment