fixed logging changes to be python2 compatible, small change to Pipfile to support possibility of installing to python2, but python3 required for dev

This commit is contained in:
bharnden 2019-09-11 10:59:06 -07:00
parent 0683ea3c22
commit 58471b168b
5 changed files with 14 additions and 93 deletions

View file

@ -101,7 +101,7 @@ def get_merged_config(filename):
"numthreads": "1",
"grpcport": "50051",
"grpcaddress": "localhost",
"logfile": None
"logfile": ""
}
parser = argparse.ArgumentParser(