summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-01-06 23:46:35 +0000
committerEric Covener <covener@apache.org>2023-01-06 23:46:35 +0000
commitd0eac89e98e5c0acc6f73080521589d8f74f5d9c (patch)
treed24be0d26cdf54cf5f5ad6c65fc949f0637c16f9 /changes-entries
parent43f0c91fd01fc2f1eed3cf8330f8a1b992b28a82 (diff)
downloadhttpd-d0eac89e98e5c0acc6f73080521589d8f74f5d9c.tar.gz
add -T flag to truncate rotated logs only
for strftime formats that will loop back on themselves, like day of month or weekday name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/rotatlogs_truncate_rotated.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/rotatlogs_truncate_rotated.txt b/changes-entries/rotatlogs_truncate_rotated.txt
new file mode 100644
index 0000000000..2cc69366ea
--- /dev/null
+++ b/changes-entries/rotatlogs_truncate_rotated.txt
@@ -0,0 +1,2 @@
+ *) rotatelogs: Add -T flag to allow subsequent rotated logfiles to be
+ truncated without the initial logfile being truncated. [Eric Covener]