Add `ENABLE_SSH_LOG` to debugging problems (#19316)
- Add this option to the debugging problems section. So users that are trying to debug SSH-related problems will get the errors logged from `cmd/serv.go`
This commit is contained in:
parent
606e33d38a
commit
e20952a9ec
|
@ -287,6 +287,7 @@ MODE = console
|
||||||
LEVEL = debug ; please set the level to debug when we are debugging a problem
|
LEVEL = debug ; please set the level to debug when we are debugging a problem
|
||||||
ROUTER = console
|
ROUTER = console
|
||||||
COLORIZE = false ; this can be true if you can strip out the ansi coloring
|
COLORIZE = false ; this can be true if you can strip out the ansi coloring
|
||||||
|
ENABLE_SSH_LOG = true ; shows logs related to git over SSH.
|
||||||
```
|
```
|
||||||
|
|
||||||
Sometimes it will be helpful get some specific `TRACE` level logging restricted
|
Sometimes it will be helpful get some specific `TRACE` level logging restricted
|
||||||
|
|
Loading…
Reference in New Issue