We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0c08f commit eb402c6Copy full SHA for eb402c6
libprobe/probe.py
@@ -69,7 +69,7 @@ def __init__(
69
):
70
setproctitle(name)
71
setup_logger()
72
-
+ logging.warning(f'starting probe collector: {name} v{version}')
73
self.name: str = name
74
self.version: str = version
75
self._checks_funs: Dict[
libprobe/version.py
@@ -1 +1 @@
1
-__version__ = '0.2.8'
+__version__ = '0.2.9'
0 commit comments