Skip to content

Commit

Permalink
Log to stdout instead of stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
kboone committed May 17, 2019
1 parent acfcfa4 commit 849a2e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions avocado/utils.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import logging
import os
import pandas as pd
import sys

from . import settings


# Logging
logging.basicConfig(stream=sys.stdout)
logger = logging.getLogger('avocado')


Expand Down

0 comments on commit 849a2e2

Please sign in to comment.