Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 8c786ae

Browse files
committed
rotate /var/log/redis/sentinel.log
1 parent 456d15d commit 8c786ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

redis.logrotate

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/var/log/redis/redis.log {
1+
/var/log/redis/*.log {
22
weekly
33
rotate 10
44
copytruncate

redis.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Name: redis
1414
Version: 3.0.0
15-
Release: 1%{?dist}
15+
Release: 2%{?dist}
1616
Summary: A persistent key-value database
1717
License: BSD
1818
URL: http://redis.io
@@ -243,6 +243,9 @@ fi
243243

244244

245245
%changelog
246+
* Tue Apr 14 2015 Haïkel Guémar <[email protected]> - 3.0.0-2
247+
- rotate /var/log/redis/sentinel.log
248+
246249
* Thu Apr 2 2015 Haïkel Guémar <[email protected]> - 3.0.0-1
247250
- Upstream 3.0.0 (RHBZ #1208322)
248251

0 commit comments

Comments
 (0)