ini: production log shouldn't use debug logs for vcsserver

This commit is contained in:
Marcin Kuzminski 2016-06-08 14:18:13 +02:00
parent 997191d4d4
commit 78678f0ef4

View file

@ -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