Skip to content

Commit

Permalink
Fixed logger bug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Feb 10, 2020
1 parent c3f7b61 commit 1ef38aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torosmanager/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
def front_desk(work_order):
"""Front Desk will receive your Work Order and perform the requested operations.
Make sure all your services are running."""
logger = logging.getLogger()
logger.info("Work order received.")
logger.debug("{}".format(work_order))
for k, v in work_order.items():
Expand Down

0 comments on commit 1ef38aa

Please sign in to comment.