Restore goosed logging (#7622)
This commit is contained in:
@@ -332,6 +332,8 @@ export const startGoosed = async (options: StartGoosedOptions): Promise<GoosedRe
|
|||||||
errorLog.push(line);
|
errorLog.push(line);
|
||||||
if (isFatalError(line)) {
|
if (isFatalError(line)) {
|
||||||
logger.error(`goosed stderr for port ${port} and dir ${workingDir}: ${line}`);
|
logger.error(`goosed stderr for port ${port} and dir ${workingDir}: ${line}`);
|
||||||
|
} else {
|
||||||
|
logger.info(`goosed stderr for port ${port} and dir ${workingDir}: ${line}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user