|
@@ -14,24 +14,7 @@ process.on("uncaughtException", err => {
|
|
});
|
|
});
|
|
|
|
|
|
const blacklistedConsoleLogs = [
|
|
const blacklistedConsoleLogs = [
|
|
- "Running job IO",
|
|
|
|
- "Ran job IO successfully",
|
|
|
|
- "Running job HGET",
|
|
|
|
- "Ran job HGET successfully",
|
|
|
|
- "Running job HGETALL",
|
|
|
|
- "Ran job HGETALL successfully",
|
|
|
|
- "Running job GET_ERROR",
|
|
|
|
- "Ran job GET_ERROR successfully",
|
|
|
|
- "Running job GET_SCHEMA",
|
|
|
|
- "Ran job GET_SCHEMA successfully",
|
|
|
|
- "Running job SUB",
|
|
|
|
- "Ran job SUB successfully",
|
|
|
|
- "Running job GET_MODEL",
|
|
|
|
- "Ran job GET_MODEL successfully",
|
|
|
|
- "Running job HSET",
|
|
|
|
- "Ran job HSET successfully",
|
|
|
|
- "Running job CAN_USER_VIEW_STATION",
|
|
|
|
- "Ran job CAN_USER_VIEW_STATION successfully"
|
|
|
|
|
|
+
|
|
];
|
|
];
|
|
|
|
|
|
const oldConsole = {};
|
|
const oldConsole = {};
|