Allow to setup logging configuration with log4j properties
----------------------------------------------------------
Key: MAVEN-1735
URL: http://jira.codehaus.org/browse/MAVEN-1735
Project: Maven
Type: New Feature
Components: core
Versions: 1.0.2, 1.1-beta-1, 1.1-beta-2
Reporter: Arnaud Heritier
Assigned to: Arnaud Heritier
Priority: Minor
Fix For: 1.1-beta-3
Actually we have only three levels of logs for maven and its plugins :
- debug (-X option)
- normal
- quiet (-Q option)
We can't use a fine grain configuration for the logging.
For example, put in debug only the logger "org.apache.maven.linkcheck"
log4j.org.apache.maven.linkcheck=DEBUG
I propose that we add the code to allow to define log4j properties
(http://logging.apache.org/log4j/docs/api/org/apache/log4j/PropertyConfigurator.html)
to setup logging.
These settings can be defined in any level where our properties are read
(System properties, User properties, Project properties).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]