Skip to content

Commit

Permalink
quiet log
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Apr 20, 2023
1 parent 233e16a commit 391404f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public GlobalId parsePersistentId(String pidString) {

@Override
public GlobalId parsePersistentId(String protocol, String identifierString) {
logger.info("Checking Perma: " + identifierString);
logger.fine("Checking Perma: " + identifierString);
if (!PERMA_PROTOCOL.equals(protocol)) {
return null;
}
Expand Down

0 comments on commit 391404f

Please sign in to comment.