public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [calm - Cygwin server-side packaging maintenance script] branch master, updated. 7f6be0487e494b6d00ea2f2c080ff4349457bb2c
@ 2016-03-21 12:50 jturney
  0 siblings, 0 replies; 2+ messages in thread
From: jturney @ 2016-03-21 12:50 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=7f6be0487e494b6d00ea2f2c080ff4349457bb2c

commit 7f6be0487e494b6d00ea2f2c080ff4349457bb2c
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon Mar 21 12:49:54 2016 +0000

    Increase the number of log rotations kept

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=5330f4d9f25e8f2be88c3fa466f0135691992d6c

commit 5330f4d9f25e8f2be88c3fa466f0135691992d6c
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon Mar 21 12:49:05 2016 +0000

    Update build status URL


Diff:
---
 README.md |    2 +-
 calm.py   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b67aedc..195e6c3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/jon-turney/calm.svg?branch=master)](https://travis-ci.org/jon-turney/calm)
+[![Build Status](https://travis-ci.org/cygwin/calm.svg?branch=master)](https://travis-ci.org/cygwin/calm)
 
 # calm 
 
diff --git a/calm.py b/calm.py
index 9638d9e..d4568d4 100755
--- a/calm.py
+++ b/calm.py
@@ -171,7 +171,7 @@ if __name__ == "__main__":
         os.makedirs(args.logdir, exist_ok=True)
     except FileExistsError:
         pass
-    rfh = logging.handlers.RotatingFileHandler(os.path.join(args.logdir, 'calm.log'), backupCount=24)
+    rfh = logging.handlers.RotatingFileHandler(os.path.join(args.logdir, 'calm.log'), backupCount=48)
     rfh.doRollover()  # force a rotate on every run
     rfh.setFormatter(logging.Formatter('%(asctime)s - %(levelname)-8s - %(message)s'))
     rfh.setLevel(logging.INFO)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [calm - Cygwin server-side packaging maintenance script] branch master, updated. 7f6be0487e494b6d00ea2f2c080ff4349457bb2c
@ 2016-03-21 15:01 jturney
  0 siblings, 0 replies; 2+ messages in thread
From: jturney @ 2016-03-21 15:01 UTC (permalink / raw)
  To: cygwin-apps-cvs


No new revisions were added by this update.
Diff:
---


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-21 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21 12:50 [calm - Cygwin server-side packaging maintenance script] branch master, updated. 7f6be0487e494b6d00ea2f2c080ff4349457bb2c jturney
2016-03-21 15:01 jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).