[GitHub] [mina-sshd] The-Yoda closed pull request #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
The-Yoda closed pull request #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Work logged] (SSHD-966) Deadlock on disconnection at the end of key-exchange

2020-04-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-966?focusedWorklogId=420954=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-420954 ] ASF GitHub Bot logged work on SSHD-966: --- Author: ASF GitHub Bot

[GitHub] [mina-sshd] lgoldstein closed pull request #117: SSHD-966 Deadlock on writePacket if exception during pending packets flushing

2020-04-12 Thread GitBox
lgoldstein closed pull request #117: SSHD-966 Deadlock on writePacket if exception during pending packets flushing URL: https://github.com/apache/mina-sshd/pull/117 This is an automated message from the Apache Git Service.

[jira] [Work started] (SSHD-977) Apply consistent logging policy to caught exceptions

2020-04-12 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-977 started by Lyor Goldstein. --- > Apply consistent logging policy to caught exceptions >

[GitHub] [mina-sshd] lgoldstein commented on issue #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
lgoldstein commented on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612639877 Merged - see commit

[GitHub] [mina-sshd] lgoldstein edited a comment on issue #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
lgoldstein edited a comment on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612637864 I can live with this... will merge soon - opened [SSHD-977](https://issues.apache.org/jira/browse/SSHD-977) to follow up

[jira] [Created] (SSHD-977) Apply consistent logging policy to caught exceptions

2020-04-12 Thread Lyor Goldstein (Jira)
Lyor Goldstein created SSHD-977: --- Summary: Apply consistent logging policy to caught exceptions Key: SSHD-977 URL: https://issues.apache.org/jira/browse/SSHD-977 Project: MINA SSHD Issue Type:

[GitHub] [mina-sshd] lgoldstein commented on issue #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
lgoldstein commented on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612637864 I can live with this... will merge soon This is an automated message

[GitHub] [mina-sshd] The-Yoda commented on issue #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
The-Yoda commented on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612625707 Now updated the code similar to @gnodet suggestion. This is an

[GitHub] [mina-sshd] The-Yoda commented on issue #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
The-Yoda commented on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612623369 Provided that it is a utility with only static methods, I'm not sure how user can intercept `LoggingUtils.logException(getClass(),

[GitHub] [mina-sshd] lgoldstein commented on issue #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
lgoldstein commented on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612575529 I have been considering perhaps using a dedicated logger for exceptions where in addition to logging as we currently do we also

[GitHub] [mina-sshd] lgoldstein commented on issue #120: Increase log level to error for scp error logs

2020-04-12 Thread GitBox
lgoldstein commented on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612574982 I am not sure I understand exactly how this would work - however, my main concern is not specifically with this code but rather our