Import logging.config as well as logging

This module needs to be explicitly imported.

Change-Id: I3731991ed7fc4df8b846f6dcd5ccd76f3c470c19
This commit is contained in:
James E. Blair 2017-08-29 11:59:04 -07:00
parent 18a3ab418f
commit c47f8c3712
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import ara.config
import ara.views
import flask_migrate
import logging
import logging.config
import os
import yaml