Log Python interpreter version on startup

This commit is contained in:
Neil Booth 2018-07-13 16:41:01 +08:00 committed by Vivek Teega
parent 7b602b36eb
commit d7775325fb

View File

@ -38,6 +38,7 @@ class ServerBase(object):
event loop policy.
'''
self.logger = class_logger(__name__, self.__class__.__name__)
self.logger.info(f'Python version: {sys.version}')
self.env = env
# Sanity checks