Skip to content

Commit f87e117

Browse files
committed
fix: don't log bull secret
1 parent c53df86 commit f87e117

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/api/src/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ const HOST = process.env.HOST ?? "localhost";
8989
function startServer(port = DEFAULT_PORT) {
9090
const server = app.listen(Number(port), HOST, () => {
9191
logger.info(`Worker ${process.pid} listening on port ${port}`);
92-
logger.info(
93-
`For the Queue UI, open: http://${HOST}:${port}/admin/${process.env.BULL_AUTH_KEY}/queues`,
94-
);
9592
});
9693

9794
const exitHandler = () => {

0 commit comments

Comments
 (0)