You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by bturner <gi...@git.apache.org> on 2018/07/31 19:49:33 UTC

[GitHub] mina-sshd pull request #65: SSHD-838 Remove LoggingUtils.logExceptionStackTr...

GitHub user bturner opened a pull request:

    https://github.com/apache/mina-sshd/pull/65

    SSHD-838 Remove LoggingUtils.logExceptionStackTrace.

    - Removed LoggingUtils.logExceptionStackTrace and its related helpers
    - Updated call sites in Nio2Acceptor and Nio2Session to log exceptions by passing them directly to SLF4J

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bturner/mina-sshd SSHD-838-remove-logexceptionstacktrace

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mina-sshd/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #65
    
----
commit 4abe76d65227723a91c2073da42eafaa1ef9f5e0
Author: Bryan Turner <bt...@...>
Date:   2018-07-31T19:47:20Z

    SSHD-838 Remove LoggingUtils.logExceptionStackTrace.
    
    - Removed LoggingUtils.logExceptionStackTrace and its related helpers
    - Updated call sites in Nio2Acceptor and Nio2Session to log exceptions
      by passing them directly to SLF4J

----


---

[GitHub] mina-sshd pull request #65: SSHD-838 Remove LoggingUtils.logExceptionStackTr...

Posted by bturner <gi...@git.apache.org>.
Github user bturner closed the pull request at:

    https://github.com/apache/mina-sshd/pull/65


---