- Upgrade minimum required Python version from 3.6 to 3.7 because 3.6 reached end-of-life. See official Python website for currently active versions.
- Automatically create directory tree found in
path
parameter toconfigure_logging()
. - Accept both
Path
andstr
aspath
inconfigure_logging()
.