Skip to content

Commit

Permalink
chore: deemphasize tools API message in the console (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored May 28, 2024
1 parent a0e4ee7 commit 38103db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions genkit-tools/common/src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ export function startServer(
});

app.listen(port, () => {
logger.info(
`${clc.green(clc.bold('Genkit Tools API:'))} http://localhost:${port}/api`
);
logger.info(`Genkit Tools API: http://localhost:${port}/api`);
if (!headless) {
const uiUrl = 'http://localhost:' + port;
runner
Expand Down

0 comments on commit 38103db

Please sign in to comment.