From 77c632d3b724fc3d91e4b692e86fbab1b7d33ecd Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Mon, 20 Feb 2012 12:54:45 +0100 Subject: [PATCH] add logging to commands --- sloth/core/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sloth/core/commands.py b/sloth/core/commands.py index d3e1e60..09944ba 100644 --- a/sloth/core/commands.py +++ b/sloth/core/commands.py @@ -6,6 +6,8 @@ from pprint import pprint from sloth.core.cli import BaseCommand, CommandError from sloth.annotations.container import * from optparse import make_option +import logging +logger = logging.getLogger(__name__) class ConvertCommand(BaseCommand): """