Skip to content

Commit b6a4311

Browse files
committed
chore: log base path
1 parent 2f12174 commit b6a4311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const start = async () => {
2222
server.listen(config.port)
2323
await eventPromise(server, 'listening')
2424

25-
log.info(`tileserver listening on port ${config.port}`)
25+
log.info(`tileserver listening on port ${config.port}${config.basePath ? `, basePath=${config.basePath}` : ''}`)
2626
}
2727

2828
export const stop = async () => {

0 commit comments

Comments
 (0)