Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ LOG_COLORIZE=true
LOG_SERIALIZE=false

# Log rotation size
LOG_ROTATION=100 MB
LOG_ROTATION="100 MB"

# Log retention period
LOG_RETENTION=30 days
LOG_RETENTION="30 days"

# Log compression
LOG_COMPRESSION=zip
Expand Down