DEBUG -> "DEBUG"
This commit is contained in:
parent
af521f67a0
commit
078686cd17
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class App(object):
|
||||||
self.handle_args(parser, cfg, options, args)
|
self.handle_args(parser, cfg, options, args)
|
||||||
|
|
||||||
def setup_basic_logging(self):
|
def setup_basic_logging(self):
|
||||||
logging.basicConfig(filename='gitosis.log', level=DEBUG)
|
logging.basicConfig(filename='gitosis.log', level="DEBUG")
|
||||||
|
|
||||||
def create_parser(self):
|
def create_parser(self):
|
||||||
parser = optparse.OptionParser()
|
parser = optparse.OptionParser()
|
||||||
|
|
Loading…
Reference in a new issue