mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-26 18:13:10 +01:00
SSH log level is tweakable with -v
This commit is contained in:
parent
7316ed33e1
commit
632553bdc9
@ -79,7 +79,7 @@ static void on_session_event(struct tmate_ssh_client *client)
|
||||
char *hash_str;
|
||||
int match;
|
||||
|
||||
int verbosity = SSH_LOG_RARE;
|
||||
int verbosity = SSH_LOG_NOLOG + debug_level;
|
||||
int port = TMATE_PORT;
|
||||
|
||||
ssh_session session = client->session;
|
||||
|
Loading…
Reference in New Issue
Block a user