aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/notify_bowdst.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/notify_bowdst.py b/python/notify_bowdst.py
index 859dcfc1..305047cc 100644
--- a/python/notify_bowdst.py
+++ b/python/notify_bowdst.py
@@ -26,7 +26,7 @@ logger = logging.getLogger(__name__)
if not logger.handlers:
fh = SerenitasFileHandler("mismatched_trades.log")
logger.addHandler(fh)
-logger.setLevel(logging.WARNING)
+logger.setLevel(logging.INFO)
conn = dbconn("dawndb")
cob = (datetime.date.today() - BDay(1)).date()
@@ -110,3 +110,5 @@ for row in inaccurate_balances.itertuples():
cc_recipients=cc_recipients,
attach=attachments,
)
+
+logging