diff options
Diffstat (limited to 'python/insert_fx_id.py')
| -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 c9cbe26b..89135ec5 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.DEBUG) +logging.basicConfig(stream=sys.stdout, level=logging.INFO) FX_REPORT_COLUMNS = [ "cpty_id", |
