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

Commit 6728ca4

Browse files
committed
Merge pull request #328 from skarnik-rmn/master
importing logging.handler because only importing logging breaks sending email when there is a faliure
2 parents 0d7652b + d9cf787 commit 6728ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker_registry/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import logging
2+
import logging.handlers
23
import os
34

45
try:

0 commit comments

Comments
 (0)