We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4ab31 commit 3c56a07Copy full SHA for 3c56a07
instana/fsm.py
@@ -4,6 +4,7 @@
4
import subprocess
5
import threading as t
6
import fysom as f
7
+import instana
8
from instana import log
9
import instana.agent_const as a
10
@@ -36,7 +37,7 @@ class Fsm(object):
36
37
timer = None
38
39
def __init__(self, agent):
- log.info("Stan is on the scene. Starting Instana instrumentation.")
40
+ log.info("Stan is on the scene. Starting Instana instrumentation version", instana.__version__)
41
log.debug("initializing fsm")
42
43
self.agent = agent
0 commit comments