Skip to content

Commit 3b62120

Browse files
committed
fix: Add missing logging level environment variable to .env.example
1 parent 3d3b7a7 commit 3b62120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ AUTH_SHA256_DIGEST=
1313
JWT_SECRET=
1414
JWT_ISSUER=
1515
JWT_VALIDITY_IN_MIN=
16+
17+
# Logging level for the application
18+
LOG_LEVEL=INFO

0 commit comments

Comments
 (0)