mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 11:33:34 +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) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public void log(int level, String message) {
|
||||
|
Reference in New Issue
Block a user