Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit acdd585

Browse files
committed
add debug logs; use new ver of sdk with the device cookie fix; bump ver
1 parent 778d78f commit acdd585

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

haproxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1"
1+
__version__ = "1.1.1"

haproxy/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def listen_remote_events():
4949
def main():
5050
logging.basicConfig(stream=sys.stdout)
5151
logging.getLogger("haproxy").setLevel(logging.DEBUG if DEBUG else logging.INFO)
52+
if DEBUG:
53+
requests_log = logging.getLogger("python-dockercloud").setLevel(logging.DEBUG)
5254

5355
signal.signal(signal.SIGUSR1, on_user_reload)
5456
signal.signal(signal.SIGTERM, sys.exit)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-dockercloud==1.0.2
1+
python-dockercloud==1.0.3

0 commit comments

Comments
 (0)