Skip to content

Commit

Permalink
chore: logging behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Sep 4, 2018
1 parent 20582ab commit 05e6652
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cophi/api.py
Expand Up @@ -12,10 +12,7 @@
import cophi.model


logging.basicConfig(level=logging.INFO,
format="(%(asctime)s) %(name)s %(levelname)s: %(message)s",
datefmt="%H:%M:%S")
logger = logging.getLogger("cophi")
logger = logging.getLogger(__name__)


def document(filepath, **kwargs):
Expand Down

0 comments on commit 05e6652

Please sign in to comment.