You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Weaver, Jonathan" <Jo...@afscn.com> on 2005/10/05 20:17:41 UTC

Question on tags for logging

I am creating a plugin and using log:debug and log:info, etc. to get
output on the console or in a log file.  But I have not been able to
find out how to configure maven to output the log messages anywhere.  

 

I added a log4j.properties to my user profile folder.  

I added the log4j.configuration property to my project properties.  

 

I get nothing.  

Any ideas?


Re: Question on tags for logging

Posted by Brett Porter <br...@gmail.com>.
These tags should go to the normal output, and are controlled by
Maven's log4j.properties.

debug is only shown with -X

info is suppressed with -q

Did you include a dependency on comons-jelly-tags-logging?

- Brett

On 10/6/05, Weaver, Jonathan <Jo...@afscn.com> wrote:
> I am creating a plugin and using log:debug and log:info, etc. to get
> output on the console or in a log file.  But I have not been able to
> find out how to configure maven to output the log messages anywhere.
>
>
>
> I added a log4j.properties to my user profile folder.
>
> I added the log4j.configuration property to my project properties.
>
>
>
> I get nothing.
>
> Any ideas?
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org