Default to stdout logging on dev environment

This commit is contained in:
Owayss Kabtoul 2019-10-17 13:02:13 +02:00
parent 51d74e0e0d
commit 46ac8337e2

View File

@ -148,7 +148,7 @@ module.exports.ratelimits = {
} }
module.exports.validatePGEntitiesAccess = false; module.exports.validatePGEntitiesAccess = false;
module.exports.dataIngestionLogPath = 'logs/data-ingestion.log'; module.exports.dataIngestionLogPath = undefined;
module.exports.logQueries = true; module.exports.logQueries = true;
module.exports.maxQueriesLogLength = 2000; module.exports.maxQueriesLogLength = 2000;