mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-03-14 14:32:42 +03:00
Disable info logging on production
This commit is contained in:
@@ -40,7 +40,7 @@ class Logger {
|
||||
private _settings = {
|
||||
ERROR: true,
|
||||
WARN: true,
|
||||
INFO: true,
|
||||
INFO: false,
|
||||
DEBUG: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user