Skip to content

Commit

Permalink
Add debug log for artifactRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
yma96 committed Feb 19, 2024
1 parent e303c42 commit 1d7b6e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public Response recordArtifact( @Parameter( in = PATH, required = true ) @PathPa
Boolean result = controller.recordArtifact( contentEntry );
if ( result )
{
logger.debug( "Done for path {}, id {} artifact record.", path, id );
return Response.ok().build();
}
return Response.status( Response.Status.NOT_FOUND ).build();
Expand Down

0 comments on commit 1d7b6e1

Please sign in to comment.