You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by Brett Porter <br...@apache.org> on 2006/09/21 01:42:53 UTC

Re: svn commit: r448344 - in /maven/archiva/trunk/archiva-webapp/src/main: resources/META-INF/plexus/application.xml webapp/WEB-INF/

On 21/09/2006, at 7:16 AM, joakime@apache.org wrote:

> +
> +          <appender>
> +            <id>audit</id>
> +            <threshold>DEBUG</threshold>
> +
...
>          <levels>
> +          <level>
> +             
> <hierarchy>org.apache.maven.archiva.web.servlet.repository.RepositoryM 
> apping</hierarchy>
> +            <level>DEBUG, audit</level>
> +          </level>

Why DEBUG?

> +log
> +template

Should these be cleaned too?

Also, I noticed a /template (as well as /WEB-INF/template), is that  
meant to be cleaned too? Or is ti a dupe that isn't meant to be there?

- Brett


>

Re: svn commit: r448344 - in /maven/archiva/trunk/archiva-webapp/src/main: resources/META-INF/plexus/application.xml webapp/WEB-INF/

Posted by Joakim Erdfelt <jo...@erdfelt.com>.
Replies are inline.

Brett Porter wrote:
>
> On 21/09/2006, at 7:16 AM, joakime@apache.org wrote:
>
>> +
>> +          <appender>
>> +            <id>audit</id>
>> +            <threshold>DEBUG</threshold>
>> +
> ...
>>          <levels>
>> +          <level>
>> +           
>> <hierarchy>org.apache.maven.archiva.web.servlet.repository.RepositoryMapping</hierarchy>
>>
>> +            <level>DEBUG, audit</level>
>> +          </level>
>
> Why DEBUG?
No reason actually.
Habit.
I believe that class only logs at info level. We could bump it up to that.
>
>> +log
>> +template
>
> Should these be cleaned too?
I chose to only ignore the log directory, as those log files could prove
useful, even in development.
>
> Also, I noticed a /template (as well as /WEB-INF/template), is that
> meant to be cleaned too? Or is ti a dupe that isn't meant to be there?
The template directory is showing up as part of a war overlay.
I haven't bothered to track down where from (yet)

- Joakim