purerpc icon indicating copy to clipboard operation
purerpc copied to clipboard

dictConfig in misc/greeter is excessive

Open ei-grad opened this issue 6 years ago • 1 comments

It doesn't make sense to have the copy-pasted verbose logging configuration in main.py, main_pingpong.py and main_pingpong_servicer.py, which has the effect equal to

logging.basicConfig(format="[%(asctime)s - %(name)s - %(levelname)s]:  %(message)s", level=logging.WARNING)

ei-grad avatar Jan 25 '19 10:01 ei-grad

I was kinda in a hurry when I did that, and just copy-pasted some leftover code from previous projects. Feel free to contribute.

standy66 avatar Jan 25 '19 21:01 standy66