We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More noise in log output:
2020-08-10 14:36:12 INFO DeterministicKeyChain:1203 - 4 keys needed for M/0 = 0 issued + 3 lookahead size + 1 lookahead threshold - 0 num children 2020-08-10 14:36:12 INFO DeterministicKeyChain:1217 - Took 1.396 ms 2020-08-10 14:36:12 INFO DeterministicKeyChain:1203 - 4 keys needed for M/1 = 0 issued + 3 lookahead size + 1 lookahead threshold - 0 num children 2020-08-10 14:36:12 INFO DeterministicKeyChain:1217 - Took 1.589 ms 2020-08-10 14:36:12 INFO PropertyUtils:-1 - Found string security property [jdk.tls.disabledAlgorithms]: SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL 2020-08-10 14:36:12 INFO PropertyUtils:-1 - Found string security property [jdk.certpath.disabledAlgorithms]: MD2, MD5, SHA1 jdkCA & usage TLSServer, RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224
Probably originating from bitcoinj library, so entries need to be added to log4j2.properties to filter these out.
bitcoinj
log4j2.properties
The text was updated successfully, but these errors were encountered:
No branches or pull requests
More noise in log output:
Probably originating from
bitcoinj
library, so entries need to be added tolog4j2.properties
to filter these out.The text was updated successfully, but these errors were encountered: