Configuring Logger

Report a typo

Configure the logging module so that it will store only error messages and more urgent events in the error_log.txt file.

Write a program in Python 3
import logging

# your code here
___

Create a free account to access the full topic