Commit 360a8ec2 by Oleksandr Barabash

rebuilt and updated to 1.0.10

parent efc1e774
......@@ -47,12 +47,10 @@ class Log(object):
LEVEL = logging.DEBUG
handler = logging.StreamHandler()
handler.setLevel(LEVEL)
logger = logging.getLogger()
logger.setLevel(LEVEL)
logger.addHandler(handler)
logging_config = {"format": "%(asctime)-23s %(levelname)8s: %(message)s",
"level": logging.DEBUG}
logging.basicConfig(**logging_config)
@staticmethod
def get_or_create_logger(tag):
......
Metadata-Version: 2.1
Name: s1zlibs
Version: 1.0.9
Version: 1.0.10
Summary: s1zlibs
Home-page: https://git.s1z.info/skal/s1zlibs
Author: Barabash Oleksandr
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="s1zlibs",
version="1.0.9",
version="1.0.10",
author="Barabash Oleksandr",
author_email="skaltmn@gmail.com",
description="s1zlibs",
......
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