We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc3beb commit 30024e5Copy full SHA for 30024e5
2 files changed
simpledaemonlog/__init__.py
@@ -1,6 +1,6 @@
1
"""__init__.py: Module init."""
2
3
-from .logsetup import version
+version = "0.2.1"
4
5
__author__ = "Raido Pahtma"
6
__license__ = "MIT"
simpledaemonlog/logsetup.py
@@ -14,8 +14,6 @@
14
__author__ = 'Raido Pahtma'
15
16
17
-version = "0.2.0"
18
-
19
DEFAULT_FORMAT_STRING = '%(asctime)s|%(levelname)8s|%(module)20s|%(lineno)4s| %(message)s'
20
COLORED_FORMAT_STRING = '%(log_color)s%(asctime)s%(reset)s|%(module)20s|%(lineno)4s| %(log_color)s%(message)s'
21
0 commit comments