Skip to content

Commit 3669497

Browse files
docs: add LOG_FORMAT to .env.template
Document the LOG_FORMAT environment variable in the server configuration section of .env.template. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 194bd18 commit 3669497

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.env.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Server Configuration
22
# PORT=8080
3+
# Log output format: "json" (default) or "text" (human-readable, colored in TTY)
4+
# LOG_FORMAT=json
35

46
# Maximum request body size (prevents DoS attacks)
57
# Accepts values like "10M", "1G", "500K" (default: 10M)

0 commit comments

Comments
 (0)