Commit 5ddfc619 authored by Fred Drake's avatar Fred Drake

we don't need to read the logging configuration file twice

parent 8634f43f
......@@ -657,7 +657,6 @@ def configure_logging():
# spawned processes. We haven't thought of a better way to do
# it than using environment variables.
os.environ["LOGINI"] = logini
logging.config.fileConfig(logini)
def process_args(argv=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment