<p><b>@freimair</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3202#discussion_r322080380">p2p/src/main/java/bisq/network/p2p/peers/getdata/RequestDataHandler.java</a>:</p>
<pre style='color:#555'>> @@ -208,7 +208,7 @@ else if (networkEnvelope instanceof RemoveDataMessage)
                     final Set<ProtectedStorageEntry> dataSet = getDataResponse.getDataSet();
                     Set<PersistableNetworkPayload> persistableNetworkPayloadSet = getDataResponse.getPersistableNetworkPayloadSet();
 
-                    if (log.isDebugEnabled()) logContents(networkEnvelope, dataSet, persistableNetworkPayloadSet);
+                    if (log.isInfoEnabled()) logContents(networkEnvelope, dataSet, persistableNetworkPayloadSet);
</pre>
<p>Firstly, I do not agree that the information is very important. It is just numbers. To be exact, it is number of how many messages of each type arrive after a Preliminary- or UpdateDataRequest. Users only get poorer performance and a bigger log file out of that.</p>
<p>Secondly, if you enable "DEBUG log verbosity" (I assume that is what you meant), INFO is enabled as well. The logging behavior does not change, only the block of undocumented logging code is moved out of the way so one can see the functional code faster.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3202?email_source=notifications&email_token=AJFFTNW2V657KVMEN5P7KVTQIXUN7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAVFSA#discussion_r322080380">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXSD5WDLSGLBBNQOTLQIXUN7ANCNFSM4ITUM76A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNUGQKDJXZ4Z4JLIPGLQIXUN7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAVFSA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3202?email_source=notifications\u0026email_token=AJFFTNW2V657KVMEN5P7KVTQIXUN7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAVFSA#discussion_r322080380",
"url": "https://github.com/bisq-network/bisq/pull/3202?email_source=notifications\u0026email_token=AJFFTNW2V657KVMEN5P7KVTQIXUN7A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAVFSA#discussion_r322080380",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>