Skip to content

Commit 0c80931

Browse files
committed
uselogsuffix
1 parent 06d13df commit 0c80931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/setup_pxe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const store = await createStore('pxe', {
1616
});
1717

1818
export const setupPXE = async () => {
19-
const pxe = await createPXEService(node, fullConfig, {store});
19+
const pxe = await createPXEService(node, fullConfig, { useLogSuffix: true, store });
2020
await waitForPXE(pxe);
2121
return pxe;
2222
};

0 commit comments

Comments
 (0)