proxmin.algorithms module calls logging.basicConfig() during import which interferes with normal calls to basicConfig() that people usually do at script initialization (https://github.com/pmelchior/proxmin/blob/master/proxmin/algorithms.py#L8). Would it be possible to remove that line completely?
proxmin.algorithms
module callslogging.basicConfig()
during import which interferes with normal calls tobasicConfig()
that people usually do at script initialization (https://github.com/pmelchior/proxmin/blob/master/proxmin/algorithms.py#L8). Would it be possible to remove that line completely?