Skip to content

Commit c78db18

Browse files
committed
chore: wip
1 parent 34106e7 commit c78db18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/logging.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { path as p } from '@stacksjs/path'
1+
import { storagePath } from '@stacksjs/path'
22
import type { LoggingConfig } from '@stacksjs/types'
33

44
/**
@@ -17,5 +17,5 @@ export default {
1717
*
1818
* @default 'storage/logs/stacks.log'
1919
*/
20-
logsPath: p.storagePath('logs/stacks.log'),
20+
logsPath: storagePath('logs/stacks.log'),
2121
} satisfies LoggingConfig

0 commit comments

Comments
 (0)