public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 7f6be0487e494b6d00ea2f2c080ff4349457bb2c
Date: Mon, 21 Mar 2016 12:50:00 -0000	[thread overview]
Message-ID: <20160321125036.109302.qmail@sourceware.org> (raw)




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)


             reply	other threads:[~2016-03-21 12:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21 12:50 jturney [this message]
2016-03-21 15:01 jturney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160321125036.109302.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).