From 47c96f4f17b64cb5465f2f7374cf4f1cc7ef0550 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven Date: Fri, 13 Feb 2009 11:46:10 +0100 Subject: [PATCH] Updated issue database + removed unused import Pretty small commit :-) --- ...sue-e57f7d81edf92ec52e727c852156edecbf48c7c0.yaml | 20 ++++++++++++++++++++ code/runclient.py | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 bugs/issue-e57f7d81edf92ec52e727c852156edecbf48c7c0.yaml diff --git a/bugs/issue-e57f7d81edf92ec52e727c852156edecbf48c7c0.yaml b/bugs/issue-e57f7d81edf92ec52e727c852156edecbf48c7c0.yaml new file mode 100644 index 0000000..dec5660 --- /dev/null +++ b/bugs/issue-e57f7d81edf92ec52e727c852156edecbf48c7c0.yaml @@ -0,0 +1,20 @@ +--- !ditz.rubyforge.org,2008-03-06/issue +title: Per-handler verbosity +desc: |- + When testing or playing with a particular handler, it might be interesting to give it a separate logging level. + This could be done by replacing instances of logging.debug() and friends with self.log(). +type: :feature +component: handlers +release: "0.1" +reporter: Laurens Van Houtven +status: :unstarted +disposition: +creation_time: 2009-02-13 10:45:16.370640 Z +references: [] + +id: e57f7d81edf92ec52e727c852156edecbf48c7c0 +log_events: +- - 2009-02-13 10:45:17.532818 Z + - Laurens Van Houtven + - created + - "" diff --git a/code/runclient.py b/code/runclient.py index 1f5de0b..b84d0ed 100644 --- a/code/runclient.py +++ b/code/runclient.py @@ -22,7 +22,6 @@ import sys import breadcrumb.client.gps as gps import breadcrumb.client.tracking as tracking -import breadcrumb.common.consts as consts def main(manual_args = None): """Tries to start a typical breadcrumb client. -- 2.11.4.GIT