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 20c8f04 commit 3046835Copy full SHA for 3046835
app/app.py
@@ -137,11 +137,10 @@ def _get_location(uuid: str) -> str:
137
routing_key: str = _ES[2]
138
ess_uuid: str = _ES[1]
139
_LOGGER.info(
140
- "Existing EventStream: %s (id=%s routing_key=%s uuid=%s)",
+ "Existing EventStream: %s (id=%s routing_key=%s)",
141
_get_location(_ES[1]),
142
_ES[0],
143
routing_key,
144
- ess_uuid,
145
)
146
_MEMCACHED_CLIENT.set(routing_key, ess_uuid)
147
0 commit comments