Skip to content

Commit 8b3948f

Browse files
committed
docs(config): better documentation for log levels
Signed-off-by: Thaddeus Kuah <[email protected]>
1 parent 162523d commit 8b3948f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ PROHIBITED_SLUGS=""
1414
PROHIBITED_CHARACTERS_IN_SLUGS=""
1515

1616
# Log level for the server, defaults to "info".
17+
# Possible values: "trace", "debug", "info", "warn", "error", "fatal".
18+
# Set to "silent" to disable logging. If the value is invalid, Nova will probably not start.
1719
LOG_LEVEL=""

0 commit comments

Comments
 (0)