mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-19 21:45:36 +01:00
Remove extra logback files (#2456)
* Remove extra logback files * Adjust logging levels in testkit/logback-test.xml
This commit is contained in:
parent
9bef444fe7
commit
8e6a37e988
3 changed files with 4 additions and 20 deletions
|
@ -1,7 +0,0 @@
|
||||||
<configuration>
|
|
||||||
<!-- Although this file is on the core project classpath,
|
|
||||||
we exclude all XML files from being included in published
|
|
||||||
artifacts. This way users of Bitcoin-S won't get our config
|
|
||||||
pushed on them. -->
|
|
||||||
<include resource="common-logback.xml"/>
|
|
||||||
</configuration>
|
|
|
@ -1,9 +0,0 @@
|
||||||
<configuration>
|
|
||||||
<include resource="common-logback.xml" />
|
|
||||||
|
|
||||||
<root level="OFF">
|
|
||||||
<appender-ref ref="STDOUT" />
|
|
||||||
<appender-ref ref="FILE"/>
|
|
||||||
</root>
|
|
||||||
|
|
||||||
</configuration>
|
|
|
@ -51,16 +51,16 @@
|
||||||
<!-- ╚═════════════════╝ -->
|
<!-- ╚═════════════════╝ -->
|
||||||
|
|
||||||
<!-- See incoming message names and the peer it's sent from -->
|
<!-- See incoming message names and the peer it's sent from -->
|
||||||
<logger name="org.bitcoins.node.networking.peer.PeerMessageReceiver" level="INFO"/>
|
<logger name="org.bitcoins.node.networking.peer.PeerMessageReceiver" level="WARN"/>
|
||||||
|
|
||||||
<!-- See outgoing message names and the peer it's sent to -->
|
<!-- See outgoing message names and the peer it's sent to -->
|
||||||
<logger name="org.bitcoins.node.networking.peer.PeerMessageSender" level="INFO"/>
|
<logger name="org.bitcoins.node.networking.peer.PeerMessageSender" level="WARN"/>
|
||||||
|
|
||||||
<!-- Inspect handling of headers and inventory messages -->
|
<!-- Inspect handling of headers and inventory messages -->
|
||||||
<logger name="org.bitcoins.node.networking.peer.DataMessageHandler" level="INFO"/>
|
<logger name="org.bitcoins.node.networking.peer.DataMessageHandler" level="WARN"/>
|
||||||
|
|
||||||
<!-- inspect TCP details -->
|
<!-- inspect TCP details -->
|
||||||
<logger name="org.bitcoins.node.networking.P2PClientActor" level="INFO"/>
|
<logger name="org.bitcoins.node.networking.P2PClientActor" level="WARN"/>
|
||||||
|
|
||||||
<!-- ╔════════════════════╗ -->
|
<!-- ╔════════════════════╗ -->
|
||||||
<!-- ║ Chain module ║ -->
|
<!-- ║ Chain module ║ -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue