Enable info logs in production

This commit is contained in:
Ajay Ramachandran
2021-07-15 13:15:52 -04:00
parent d64a61738f
commit 49e1e38f05

View File

@@ -40,7 +40,7 @@ class Logger {
private _settings = { private _settings = {
ERROR: true, ERROR: true,
WARN: true, WARN: true,
INFO: false, INFO: true,
DEBUG: false, DEBUG: false,
}; };