ini: production log shouldn't use debug logs for vcsserver
This commit is contained in:
parent
997191d4d4
commit
78678f0ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ vcs.server = localhost:9900
|
|||
## `http` - using http-rpc backend
|
||||
#vcs.hooks.protocol = http
|
||||
|
||||
vcs.server.log_level = debug
|
||||
vcs.server.log_level = info
|
||||
## Start VCSServer with this instance as a subprocess, usefull for development
|
||||
vcs.start_server = false
|
||||
vcs.backends = hg, git, svn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue