diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/insert_fx_id.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/insert_fx_id.py b/python/insert_fx_id.py index 89135ec5..fb33115f 100644 --- a/python/insert_fx_id.py +++ b/python/insert_fx_id.py @@ -13,7 +13,7 @@ from collateral.gs import load_file as load_excel_gs from report_ops.enums import FundEnum logger = logging.getLogger(__name__) -logging.basicConfig(stream=sys.stdout, level=logging.INFO) +logging.basicConfig(level=logging.INFO) FX_REPORT_COLUMNS = [ "cpty_id", |
