mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Disable ssh logging
It's super verbose and no longer required
This commit is contained in:
@ -36,7 +36,7 @@ public class CustomSshSessionFactory extends JschConfigSessionFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isEnabled(int level) {
|
public boolean isEnabled(int level) {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void log(int level, String message) {
|
public void log(int level, String message) {
|
||||||
|
Reference in New Issue
Block a user