0

I have added log4j.properties and included relevant log 4j entries in pom.xml in spring mvc web application. But , the logger statements are displayed neither in the eclipse ( which is configured with jboss wildfly AS ) console or server log.

VNT
  • 934
  • 2
  • 8
  • 19

1 Answers1

0

Just removed the log4j.properties file from the web application & surprisingly see JBoss WildFly AS takes care of printing the logger statements in the eclipse console as well as server log.

VNT
  • 934
  • 2
  • 8
  • 19