Skip to content

Commit 87effc0

Browse files
author
Samson Gebre
committed
docs: update logging section in README for clarity on production use
1 parent 24b0b77 commit 87effc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ Each log file is timestamped and rotated automatically (default 10 MB per file,
718718
>
719719
> - **Never enable in production.** If required for production diagnostics, keep
720720
> `max_body_bytes=0` and treat log files as regulated data under your organization's
721-
> data handling policy (GDPR, HIPAA, etc.)
721+
> data handling policy.
722722
> - **Restrict access.** Set file system permissions so only the process user can
723723
> read log files. Use an encrypted volume or folder in sensitive environments.
724724
> - **Control retention.** Log rotation keeps up to 5 files by default (`backup_count`).

0 commit comments

Comments
 (0)