From e3be5362dc452217672ee478dcb7d4416b9f155e Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 1 Apr 2018 13:30:01 -0700 Subject: [PATCH] dev-start.sh: update TRACE to DEBUG --- etc/dev-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dev-start.sh b/etc/dev-start.sh index 6112cf3..4efd440 100755 --- a/etc/dev-start.sh +++ b/etc/dev-start.sh @@ -2,7 +2,7 @@ # dev-start.sh # description: Developer friendly Inbucket configuration -export INBUCKET_LOGLEVEL="TRACE" +export INBUCKET_LOGLEVEL="DEBUG" export INBUCKET_SMTP_DOMAINNOSTORE="bitbucket.local" export INBUCKET_WEB_TEMPLATECACHE="false" export INBUCKET_WEB_COOKIEAUTHKEY="not-secret"