Skip to content

Commit

Permalink
changed the logger properties
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi authored and Coduz committed Jul 3, 2023
1 parent 6772026 commit 9d55c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@Provider
public class KapuaDuplicatePasswordCredentialExceptionMapper implements ExceptionMapper<DuplicatedPasswordCredentialException> {

private static final Logger LOG = LoggerFactory.getLogger(KapuaEntityNotFoundExceptionMapper.class);
private static final Logger LOG = LoggerFactory.getLogger(KapuaDuplicatePasswordCredentialExceptionMapper.class);

@Override
public Response toResponse(DuplicatedPasswordCredentialException kapuaDuplicatePassException) {
Expand Down

0 comments on commit 9d55c15

Please sign in to comment.