From 78678f0ef4974d3df4b9ba6d0c65bc36f7f284e6 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Wed, 8 Jun 2016 14:18:13 +0200 Subject: [PATCH] ini: production log shouldn't use debug logs for vcsserver --- configs/production.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/production.ini b/configs/production.ini index 98ec6fd3..fca3e0d1 100644 --- a/configs/production.ini +++ b/configs/production.ini @@ -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