mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-04-09 12:38:56 +03:00
Disable info logging on 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: true,
|
INFO: false,
|
||||||
DEBUG: false,
|
DEBUG: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user