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

Commit d9cf787

Browse files
committed
importing logging.handler because only importing logging breaks sending email when there is a faliure
1 parent 0d7652b commit d9cf787

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)