We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d13df commit 0c80931Copy full SHA for 0c80931
src/utils/setup_pxe.ts
@@ -16,7 +16,7 @@ const store = await createStore('pxe', {
16
});
17
18
export const setupPXE = async () => {
19
- const pxe = await createPXEService(node, fullConfig, {store});
+ const pxe = await createPXEService(node, fullConfig, { useLogSuffix: true, store });
20
await waitForPXE(pxe);
21
return pxe;
22
};
0 commit comments