forked from bgreenlee/pygtail
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make support for copytruncate log rotation the default.
We print a warning if copytruncate is disabled and the log file shrinks. Also added a --no-copytruncate flag for kicks.
- Loading branch information
Showing
5 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
pygtail (0.4.0) lucid; urgency=low | ||
|
||
* Make support for copytruncate log rotation the default. | ||
* Add --no-copytruncate commandline switch. | ||
* Print warning if copytruncate is disabled and the log file shrinks | ||
|
||
-- Brad Greenlee <[email protected]> Fri, 9 May 2014 17:31:00 -0700 | ||
|
||
pygtail (0.3.0) lucid; urgency=low | ||
|
||
* Add support for copytruncate style logrotation (contributed by https://github.com/atward) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters