mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 20:58:59 +08:00
fix: don't log bull secret
This commit is contained in:
parent
c53df8650a
commit
f87e11712c
@ -89,9 +89,6 @@ const HOST = process.env.HOST ?? "localhost";
|
||||
function startServer(port = DEFAULT_PORT) {
|
||||
const server = app.listen(Number(port), HOST, () => {
|
||||
logger.info(`Worker ${process.pid} listening on port ${port}`);
|
||||
logger.info(
|
||||
`For the Queue UI, open: http://${HOST}:${port}/admin/${process.env.BULL_AUTH_KEY}/queues`,
|
||||
);
|
||||
});
|
||||
|
||||
const exitHandler = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user