Skip to content

Commit

Permalink
Merge pull request #112 from scop/test-logging
Browse files Browse the repository at this point in the history
setup.py: Import stomp after logging config to get some output
  • Loading branch information
jasonrbriggs authored Aug 2, 2016
2 parents 1e4606f + 168815e commit dc63c70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
import sys
import unittest

import stomp

try:
logging.config.fileConfig('stomp.log.conf')
except:
pass

# Import this after configuring logging
import stomp


class TestCommand(Command):
user_options = [('test=', 't', 'specific test to run')]
Expand Down

0 comments on commit dc63c70

Please sign in to comment.