<p>Configure cli loggers to avoid scary but ignorable netty debug<br>
log messages with stack traces:  "Reflective setAccessible(true)",<br>
and those showing unsuccessful netty native lib load attempts.<br>
It may be preferable to not use logback in cli, and achieve the<br>
same result programmatically with slf4j, but this shows how to<br>
hide this ugly log output in the meantime.</p>
<p>Remove comment about why these messages were logged, and switch<br>
to non-deprecated ManagedChannelBuilder.forAddress(host, port)<br>
.usePlaintext().build()<br>
in BisqCliMain.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4091'>https://github.com/bisq-network/bisq/pull/4091</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Suppress netty.shaded debug stack traces in cli</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4091/files#diff-a8578edbbfb64f313f4df527913010c8">cli/src/main/java/bisq/cli/app/BisqCliMain.java</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4091/files#diff-030077308dff6ee373aca2b0878054fd">cli/src/main/resources/logback.xml</a>
    (17)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4091.patch'>https://github.com/bisq-network/bisq/pull/4091.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4091.diff'>https://github.com/bisq-network/bisq/pull/4091.diff</a></li>
</ul>

<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/4091">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXSTFVLB2ASG3T3Q7DRI7JP7ANCNFSM4LSGDHCA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNR5QGR7YDTEYKCMYLTRI7JP7A5CNFSM4LSGDHCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IXV2OYQ.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/4091",
"url": "https://github.com/bisq-network/bisq/pull/4091",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>