mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-15 16:07:03 +03:00
Enable info logs in production
This commit is contained in:
@@ -40,7 +40,7 @@ class Logger {
|
||||
private _settings = {
|
||||
ERROR: true,
|
||||
WARN: true,
|
||||
INFO: false,
|
||||
INFO: true,
|
||||
DEBUG: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user