mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
Restore goosed logging (#7622)
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user