Disable most logging for sandstorm instances.

This commit is contained in:
James Cole 2017-10-22 17:31:01 +02:00
parent 8ed1d16e16
commit 1d1661be94
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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