##// END OF EJS Templates
ini: production log shouldn't use debug logs for vcsserver
marcink -
r139:6efb3c73 default
parent child Browse files
Show More
@@ -470,7 +470,7 b' vcs.server = localhost:9900'
470 ## `http` - using http-rpc backend
470 ## `http` - using http-rpc backend
471 #vcs.hooks.protocol = http
471 #vcs.hooks.protocol = http
472
472
473 vcs.server.log_level = debug
473 vcs.server.log_level = info
474 ## Start VCSServer with this instance as a subprocess, usefull for development
474 ## Start VCSServer with this instance as a subprocess, usefull for development
475 vcs.start_server = false
475 vcs.start_server = false
476 vcs.backends = hg, git, svn
476 vcs.backends = hg, git, svn
General Comments 0
You need to be logged in to leave comments. Login now