mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-16 16:37:12 +03:00
Enable info logs in production
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user