From eff99ee7a065e6e122dbd7cee136a2651073d224 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 5 Jun 2015 10:56:29 -0400 Subject: Add basic debugging capabilities If debug is set to True, then custodia's own Exception handlers will print a stack trace to standard output to aid debugging. Signed-off-by: Simo Sorce --- custodia.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'custodia.conf') diff --git a/custodia.conf b/custodia.conf index 1f9dff9..c3c56a5 100644 --- a/custodia.conf +++ b/custodia.conf @@ -1,5 +1,6 @@ [global] server_version = "Secret/0.0.7" +debug = True #[auth:simple] #handler = custodia.httpd.authenticators.SimpleCredsAuth -- cgit