-
Mar 15th, 2010, 05:41 AM
#1
JavaConfig & log4j
Hello,
I have switched over to purely annotation & classpath scanning using Spring 3.0.1... however I am getting the following output with no other logs:
__________________________________________________ _
log4j:WARN No appenders could be found for logger (org.springframework.context.annotation.ClassPathB eanDefinitionScanner).
log4j:WARN Please initialize the log4j system properly.
__________________________________________________ _
my log4j.properties file remains in src/main/resources (maven project) where it existed before I moved from xml to javaconfig approach... (i always used classpath scanning even with the xml config)
1) Any ideas what Im doing wrong here ?
Thanks in advance
-A-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules