Skip to content

Commit

Permalink
Merge 738ebb0 into 4628bfa
Browse files Browse the repository at this point in the history
  • Loading branch information
awgreene committed Mar 12, 2019
2 parents 4628bfa + 738ebb0 commit 287aeaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion operatorcourier/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from operatorcourier.format import format_bundle
from operatorcourier.nest import nest_bundles

logging.basicConfig()
logger = logging.getLogger(__name__)


Expand Down
3 changes: 3 additions & 0 deletions operatorcourier/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
from operatorcourier import api


import logging
logging.basicConfig()

def main():
"""Generate the CLI bits
"""
Expand Down

0 comments on commit 287aeaf

Please sign in to comment.