We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f12174 commit b6a4311Copy full SHA for b6a4311
1 file changed
src/server.ts
@@ -22,7 +22,7 @@ export const start = async () => {
22
server.listen(config.port)
23
await eventPromise(server, 'listening')
24
25
- log.info(`tileserver listening on port ${config.port}`)
+ log.info(`tileserver listening on port ${config.port}${config.basePath ? `, basePath=${config.basePath}` : ''}`)
26
}
27
28
export const stop = async () => {
0 commit comments