From 5e2de7d378579bee75a3b3fe36681d9cd2e15bfa Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Thu, 15 Mar 2012 18:37:53 +0100 Subject: [PATCH] reverted http.debug to false --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index c8f530075..679d183f6 100644 --- a/config.yaml +++ b/config.yaml @@ -27,7 +27,7 @@ beef: permitted_ui_subnet: "0.0.0.0/0" http: - debug: true #Thin::Logging.debug, very verbose. Prints also full exception stack trace. + debug: false #Thin::Logging.debug, very verbose. Prints also full exception stack trace. host: "0.0.0.0" port: "3000" # if running behind a nat set the public ip address here