Skip to content

Commit

Permalink
Merge pull request #221 from mtreinish/debug-by-default
Browse files Browse the repository at this point in the history
Turn on debug mode by default
  • Loading branch information
masayukig authored Jan 31, 2019
2 parents 18d6150 + 300f0b2 commit 2b3a38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stestr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self):
)

def initialize_app(self, argv):
self.options.debug = True
self.LOG.debug('initialize_app')

def prepare_to_run_command(self, cmd):
Expand Down

0 comments on commit 2b3a38a

Please sign in to comment.