Split pool daemon into mining and observer roles
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s
This commit is contained in:
@@ -75,7 +75,7 @@ global.log = function (severity, system, text, data) {
|
||||
|
||||
if (logConsole) {
|
||||
if (config.logging.console.colors)
|
||||
if (system === 'daemon') {
|
||||
if (system === 'daemon' || system === 'miningSource' || system === 'chainObserver') {
|
||||
console.log(severityMap[severity](time) + clc.green.bold(' [' + system + '] ' + formattedMessage));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user