Restore goosed logging (#7622)

This commit is contained in:
jh-block
2026-03-03 13:15:51 -05:00
committed by GitHub
parent 670293631e
commit e727cea130
+2
View File
@@ -332,6 +332,8 @@ export const startGoosed = async (options: StartGoosedOptions): Promise<GoosedRe
errorLog.push(line);
if (isFatalError(line)) {
logger.error(`goosed stderr for port ${port} and dir ${workingDir}: ${line}`);
} else {
logger.info(`goosed stderr for port ${port} and dir ${workingDir}: ${line}`);
}
}
}