From 1d1661be9442530f3e9bee35d1b95ac4a00f37f2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 22 Oct 2017 17:31:01 +0200 Subject: [PATCH] Disable most logging for sandstorm instances. --- .env.sandstorm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sandstorm b/.env.sandstorm index ba2b67cc85..3e2c094dbf 100755 --- a/.env.sandstorm +++ b/.env.sandstorm @@ -1,9 +1,9 @@ APP_ENV=local -APP_DEBUG=true +APP_DEBUG=false APP_NAME=FireflyIII APP_KEY=SomeRandomStringOf32CharsExactly APP_LOG=syslog -APP_LOG_LEVEL=debug +APP_LOG_LEVEL=info APP_URL=http://localhost DB_CONNECTION=mysql