Adde some more logging information to INFO and some more code comments.

This commit is contained in:
Johannes Findeisen 2022-09-10 01:39:49 +02:00
commit 5f975f90d6
2 changed files with 14 additions and 9 deletions

View file

@ -49,7 +49,7 @@ MINOR changes are "just-in-time" changes or small enhancements which should not
documentation.
FIXES should never affect anything else then stability or security.
"""
__version__ = '0.9.0.0'
__version__ = '0.9.0.1'
__author__ = 'Johannes Findeisen <you@hanez.org>'
logger = logging.getLogger('uplink')