mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
ff2359af30
Update dragonfly.logrotate If multiple logs are being rotated and one of them fails (due to exit 1), the other logs that follow won't be rotated either, unless logrotate is run again. If you want to prevent the rotation of a specific log file and not affect the rest of the logs, you'll want to handle the condition properly to ensure that logrotate doesn't abort due to the failure of the prerotate script. To prevent the rotation of a specific log file without causing issues for other logs, you can use exit 0 to prevent rotation cleanly or design your prerotate script to handle conditions carefully. Signed-off-by: s13k <s13k@pm.me> |
||
---|---|---|
.. | ||
benchmark | ||
docker | ||
eviction | ||
local/monitoring | ||
packaging | ||
replay | ||
balls_bins.py | ||
cache_logs_player.py | ||
cache_testing.py | ||
cluster_mgr.py | ||
defrag_db.py | ||
defrag_mem_test.py | ||
generate-tls-files.sh | ||
json_benchmark.py | ||
parse_allocator_tracking_logs.py | ||
release.sh | ||
requirements.txt |