Skip to content

Commit

Permalink
* add log
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Oct 10, 2017
1 parent 20261ba commit 6b2a703
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packtivity/backendutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import yaml
import packtivity.asyncbackends as asyncbackends
import packtivity.syncbackends as syncbackends
import logging

log = logging.getLogger(__name__)


def proxy_from_json(jsondata, best_effort_backend = True, raise_on_unknown = False):
proxy, backend = None, None
Expand Down

0 comments on commit 6b2a703

Please sign in to comment.