From 46ac8337e2db331315febb08b70210b882abb151 Mon Sep 17 00:00:00 2001 From: Owayss Kabtoul Date: Thu, 17 Oct 2019 13:02:13 +0200 Subject: [PATCH] Default to stdout logging on dev environment --- config/environments/development.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 7f23092e..0af18e65 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -148,7 +148,7 @@ module.exports.ratelimits = { } module.exports.validatePGEntitiesAccess = false; -module.exports.dataIngestionLogPath = 'logs/data-ingestion.log'; +module.exports.dataIngestionLogPath = undefined; module.exports.logQueries = true; module.exports.maxQueriesLogLength = 2000;