Skip to content

Commit 44338d7

Browse files
committed
fix: log store path during application startup
1 parent 20a76e2 commit 44338d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ function sortStore(store: StoreFileEntry[]) {
510510

511511
logger.info(`Version: ${utils.getVersion()}`)
512512
logger.info('Application path:' + utils.getPath(true))
513+
logger.info('Store path:' + storeDir)
513514

514515
if (process.env.TRUST_PROXY) {
515516
app.set(

0 commit comments

Comments
 (0)