Remove unsupported logging keyword arg
This MR removes the name
keyword from the igwn_robot_auth.tools.core.configure_logging
function; logging.basicConfig
doesn't support the name
arg, but silently ignores it in later Python versions.
This MR removes the name
keyword from the igwn_robot_auth.tools.core.configure_logging
function; logging.basicConfig
doesn't support the name
arg, but silently ignores it in later Python versions.