Default to stdout logging on dev environment
This commit is contained in:
parent
51d74e0e0d
commit
46ac8337e2
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user