mirror of
https://github.com/appium/appium.git
synced 2026-05-05 09:59:58 -05:00
Reverse log levels
This commit is contained in:
+4
-4
@@ -12,10 +12,10 @@ global._global_npmlog = npmlog;
|
||||
// npmlog is used only for emitting, we use winston for output
|
||||
npmlog.level = "silent";
|
||||
const levels = {
|
||||
debug: 1,
|
||||
info: 2,
|
||||
warn: 3,
|
||||
error: 4,
|
||||
debug: 4,
|
||||
info: 3,
|
||||
warn: 2,
|
||||
error: 1,
|
||||
};
|
||||
|
||||
const colors = {
|
||||
|
||||
Reference in New Issue
Block a user