summaryrefslogtreecommitdiffstats
path: root/docs/manual/programs/rotatelogs.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mention relative path behavior, offline questionEric Covener2020-05-131-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877708 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up to r1666417, update -d to -D in the synopsis docs for rotatelogs.Ben Reser2015-05-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1680166 13f79535-47bb-0310-9956-ffa450edef68
* Choose "-D" instead of "-d" for the rotatelogsRainer Jung2015-03-131-1/+1
| | | | | | | | | | | | | | option that creates the path to the log file. I want to use "-d" for another directory related option next where (I think) the "directory" "d" makes more sense. "-d" has not yet been backported, so changing to "-D" is not a real compatibility issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666417 13f79535-47bb-0310-9956-ffa450edef68
* Fix command line parameters as spotted in a comment in the online doc.Christophe Jaillet2014-12-161-0/+1
| | | | | | Thx alfonz. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1645864 13f79535-47bb-0310-9956-ffa450edef68
* use /var/log instead of /var/logs in examplesEric Covener2014-08-021-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1615362 13f79535-47bb-0310-9956-ffa450edef68
* Add some compatibilty notes for some options of "support" applicationsChristophe Jaillet2014-06-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604535 13f79535-47bb-0310-9956-ffa450edef68
* Followup to r1533810: Put the rotatelogs docs in the right place.Ben Reser2013-10-201-0/+6
| | | | | | | | | | * docs/man/rotatelogs.8, docs/manual/programs/rotatelogs.html.en: Remove changes from r1533810. * docs/manual/programs/rotatelogs.xml: Adjust docs for new -d option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533935 13f79535-47bb-0310-9956-ffa450edef68
* rotatelogs: add -n number-of-files option to roate through a numberEric Covener2013-06-071-0/+6
| | | | | | | | | of fixed-name logfiles. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490493 13f79535-47bb-0310-9956-ffa450edef68
* * support/rotatelogs.c (usage, main): Add support for -c option.Joe Orton2011-10-261-0/+4
| | | | | | | Submitted by: Jan Kaluža <jkaluza redhat.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1189220 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-8/+8
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* Tweak rotatelogs -p such that the program is invoked the first time aJoe Orton2011-06-271-7/+10
| | | | | | | | | | | | new log file is opened as well as for rotations: * support/rotatelogs.c (usage): Update. (post_rotate): Omit third arg if no prev logfile known. (doRotate): Invoke even if no previous logfile was open. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140099 13f79535-47bb-0310-9956-ffa450edef68
* rotatelogs: Add support for running a custom program after a logJoe Orton2011-06-201-0/+10
| | | | | | | | | | | | | | | | | | rotation. * support/rotatelogs.c (post_rotate): New function. (usage, dumpConfig): Update. (doRotate): Save old filename before rotate; call post_rotate after successful rotation. (main): Add -p argument. * docs/manual/programs/rotatelogs.xml: Document -p. PR: 51285 Submitted by: <sveniu ifi.uio.no>, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137590 13f79535-47bb-0310-9956-ffa450edef68
* rotatelogs: Add -e option to write logs through to stdout for optionalGraham Leggett2010-12-211-0/+5
| | | | | | | further processing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051582 13f79535-47bb-0310-9956-ffa450edef68
* Since rotatelogs now checks the local time offset on each rotation,Daniel Earl Poirier2010-10-301-3/+1
| | | | | | | | no longer need to warn about unpredictable behavior with -l. Reported by Dave Brondsema, PR44917. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029156 13f79535-47bb-0310-9956-ffa450edef68
* Add warning about using rotatelogs filename formats with notDaniel Earl Poirier2010-10-191-2/+12
| | | | | | | enough granularity. PR46318. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024263 13f79535-47bb-0310-9956-ffa450edef68
* Add -L option to create a hard link to the current log file. Daniel Earl Poirier2010-02-251-0/+7
| | | | | | | | | PR: 48761 Submitted by: <lindon orthanc.ca> With additional changes by: poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916377 13f79535-47bb-0310-9956-ffa450edef68
* support/rotatelogs: Support the simplest log rotation case, logGraham Leggett2010-02-161-5/+23
| | | | | | | | truncation. Useful when the log is being processed in real time using a command like tail. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910719 13f79535-47bb-0310-9956-ffa450edef68
* Fixes an XML error, and rebuilds the change applied in r734973Rich Bowen2009-01-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735925 13f79535-47bb-0310-9956-ffa450edef68
* Mostly revert r733493: signal based rotationRainer Jung2009-01-161-4/+1
| | | | | | | | | | | | for rotatelogs. Prefer adding reliable piped logs to the error loggers in httpd, so that one could simply kill rotatelogs and httpd automatically starts new instances of all loggers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734973 13f79535-47bb-0310-9956-ffa450edef68
* Allow size units B, K, M, G and combination ofRainer Jung2009-01-111-4/+9
| | | | | | | time and size based rotation for rotatelogs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733531 13f79535-47bb-0310-9956-ffa450edef68
* rotatelogs: Add flag for verbose (debug) output.Rainer Jung2009-01-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733520 13f79535-47bb-0310-9956-ffa450edef68
* Allow to trigger rotatelogs log file rotation fromRainer Jung2009-01-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | using HUP and INT signals to the rotatelogs process. This is helpful, when log activity is low, but you want rotatelogs to close the open log files. SIGHUP triggers checking the rules given during startup, SIGINT forces rotate independently form those rules. When the signal triggers a rotation, the open file is closed immediately. The new file is opened when new log data arrives, or in case "-f" was given it is opened immediately. Based on my patch in BZ 44427. Note on Windows: The new functionality is undefined when SIGHUP or SIGINT are not available. Does the use case make sense on Windows? If so, which signals should we use? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733493 13f79535-47bb-0310-9956-ffa450edef68
* Style fix. Almost all are detabs.Takashi Sato2008-05-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902 13f79535-47bb-0310-9956-ffa450edef68
* Add in new option for rotatelogs: -fJim Jagielski2008-02-291-0/+10
| | | | | | | | | | This forces rotatelogs to create the logfile as soon as started not as soon as it sees it's first line of input. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632355 13f79535-47bb-0310-9956-ffa450edef68
* readability tweakJeff Trawick2007-12-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602456 13f79535-47bb-0310-9956-ffa450edef68
* correct the order of filesize and offset descriptions Jeff Trawick2007-11-211-8/+17
| | | | | | | | | | | according to the current syntax diagram try to clear up occasional confusion about the timestamps used in filenames when rotation is based on a time interval git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596884 13f79535-47bb-0310-9956-ffa450edef68
* update rotatelogs docs to reflect the support for -l/UTC-offsetJeff Trawick2007-11-201-33/+48
| | | | | | | | | | | | with size-based rotation move examples to a formal section in the customary order add an example of logging at midnight with the date in the filename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596830 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420993 13f79535-47bb-0310-9956-ffa450edef68
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright noticeAndré Malo2005-01-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125273 13f79535-47bb-0310-9956-ffa450edef68
* minor cleanupsAndré Malo2004-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106851 13f79535-47bb-0310-9956-ffa450edef68
* $Revision$ is slightly misdocumented (only available since svn 1.1)André Malo2004-11-201-1/+1
| | | | | | | use LastChangedRevision instead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
* adjust properties and revision expansion of the English docsAndré Malo2004-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
* make the check for GMT offset occur each time through the loop,Ken Coar2004-06-161-3/+3
| | | | | | | | | | | in case a switch between standard and daylight savings time occurred. (correction to previous code courtesy of Uli Zappe.) PR: 24417 Submitted by: Uli Zappe <uli ritual.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103973 13f79535-47bb-0310-9956-ffa450edef68
* document -l optionAndré Malo2004-06-121-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103924 13f79535-47bb-0310-9956-ffa450edef68
* add an example for windows and netware users not familiar with strftime()Astrid Malo2004-04-251-1/+9
| | | | | | | submitted by: Guenter Knauf <gk@gknw.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103520 13f79535-47bb-0310-9956-ffa450edef68
* add revision keywordAndré Malo2004-04-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103425 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-071-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102533 13f79535-47bb-0310-9956-ffa450edef68
* Minor spelling/grammar fixes.Joe Orton2003-12-021-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101948 13f79535-47bb-0310-9956-ffa450edef68
* refer to the correct metafileAndré Malo2003-04-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99636 13f79535-47bb-0310-9956-ffa450edef68
* whitespace cosmeticsAndré Malo2003-04-231-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99540 13f79535-47bb-0310-9956-ffa450edef68
* Convert rotatelogs docs to xml.Joshua Slive2003-04-221-0/+106
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99489 13f79535-47bb-0310-9956-ffa450edef68