Replies are inline. Brett Porter wrote: > > On 21/09/2006, at 7:16 AM, [EMAIL PROTECTED] 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