All logs, including errors, are currently logged as INFO. This PR makes error log as level ERROR. Additionally, there is currently no way to change the logging level from INFO to something else. Even passing a custom level logger does not have any effect. This PR uses the logger's minimum level instead of hardcoded INFO.
All logs, including errors, are currently logged as INFO. This PR makes error log as level ERROR. Additionally, there is currently no way to change the logging level from INFO to something else. Even passing a custom level logger does not have any effect. This PR uses the logger's minimum level instead of hardcoded INFO.