Skip to content

Commit

Permalink
Degrade decryption stream loglevel to FINE
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Mar 16, 2019
1 parent 4bd4d24 commit 90649a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@
public class SignatureVerifyingInputStream extends FilterInputStream {

private static final Logger LOGGER = Logger.getLogger(SignatureVerifyingInputStream.class.getName());
private static final Level LEVEL = Level.INFO;
private static final Level LEVEL = Level.FINE;

private final PGPObjectFactory objectFactory;
private final Map<OpenPgpV4Fingerprint, PGPOnePassSignature> onePassSignatures;
Expand Down

0 comments on commit 90649a5

Please sign in to comment.