From ca04113aa79d57bf609a3164d8a2dc6d76e920c9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 4 Sep 2018 09:52:51 +0200 Subject: [PATCH] Less logging for tests means less strain on travis et al. --- .env.testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.testing b/.env.testing index 27d1d955d5..224ed8711a 100644 --- a/.env.testing +++ b/.env.testing @@ -34,7 +34,7 @@ LOG_CHANNEL=dailytest # debug, info, notice, warning, error, critical, alert, emergency # If you set it to debug your logs will grow large, and fast. If you set it to emergency probably # nothing will get logged, ever. -APP_LOG_LEVEL=debug +APP_LOG_LEVEL=info # Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III # For other database types, please see the FAQ: http://firefly-iii.readthedocs.io/en/latest/support/faq.html