Skip to content

Commit 01144c3

Browse files
committed
fix: Set debug log level by default in dev
1 parent ecaf50e commit 01144c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ EMAIL_SERVER="smtp://username:password@localhost:1025"
2020
EMAIL_FROM="Start UI <[email protected]>"
2121

2222
# LOGGER
23-
LOGGER_LEVEL="info"
23+
LOGGER_LEVEL="debug"
2424
LOGGER_PRETTY="true"

0 commit comments

Comments
 (0)