mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
6e76f8e6cc
The new logrotate settings assume that dragonfly closes a log file once it grows to large. It never rotates file that is currently open for writing. Specifically logrotate: 1. rotate only log files 2. skip those that are currently open by as process. 3. compresses using zstd which is more cpu efficient than gzip 4. does not truncate/create old files as 0-sized blobs - just renames them Fixes #1935 Signed-off-by: Roman Gershman <roman@dragonflydb.io> |
||
---|---|---|
.. | ||
docker | ||
local/monitoring | ||
packaging | ||
cache_logs_player.py | ||
cache_testing.py | ||
cluster_mgr.py | ||
defrag_db.py | ||
defrag_mem_test.py | ||
json_benchmark.py | ||
release.sh | ||
requirements.txt |