some debug to understand teh failure on jenkins windauze job

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1301662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-16 17:34:03 +00:00
parent fcb3c65b6f
commit cd24321b90
2 changed files with 6 additions and 0 deletions

View File

@ -306,6 +306,8 @@ public class UploadAction
String artifactPath = repository.toPath( artifactReference );
log.debug( "artifactPath:{}", artifactPath );
int lastIndex = artifactPath.lastIndexOf( File.separatorChar );
String path = artifactPath.substring( 0, lastIndex );

View File

@ -58,6 +58,10 @@
<level value="error"/>
</logger>
<logger name="org.apache.archiva.web.action.UploadAction">
<level value="debug"/>
</logger>
<logger name="org.apache.archiva.admin.repository.managed">
<level value="debug"/>
</logger>