diff --git a/conjugate_map/conj_calc.py b/conjugate_map/conj_calc.py index 0fd4aad..d135d68 100644 --- a/conjugate_map/conj_calc.py +++ b/conjugate_map/conj_calc.py @@ -13,7 +13,7 @@ import pandas as pd logger = logging.getLogger(__name__) -logging.basicConfig(filename='conjcalc.log', level=logging.DEBUG) +logging.basicConfig(filename='conjcalc.log', level=logging.INFO) ###############################################################################