Skip to content

Commit

Permalink
feat: server ready logs show server url (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoshreyansh authored Aug 9, 2023
1 parent 27c6439 commit f9c7c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default async function GleeAppInitializer() {
app.on('adapter:server:ready', async (e: EnrichedEvent) => {
logLineWithIcon(
':zap:',
`Server ${e.serverName} is ready to accept connections.`,
`Server ${e.serverName} is ready to accept connections on ${e.server.url()}.`,
{
highlightedWords: [e.serverName],
}
Expand Down

0 comments on commit f9c7c95

Please sign in to comment.