diff options
author | Eric Covener <covener@apache.org> | 2023-01-07 00:46:35 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2023-01-07 00:46:35 +0100 |
commit | d0eac89e98e5c0acc6f73080521589d8f74f5d9c (patch) | |
tree | d24be0d26cdf54cf5f5ad6c65fc949f0637c16f9 /changes-entries | |
parent | minor tweak to -n with size rotation (diff) | |
download | apache2-d0eac89e98e5c0acc6f73080521589d8f74f5d9c.tar.xz apache2-d0eac89e98e5c0acc6f73080521589d8f74f5d9c.zip |
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.txt | 2 |
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] |