mirror of https://github.com/apache/archiva.git
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:
parent
fcb3c65b6f
commit
cd24321b90
|
@ -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 );
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue