Skip to content

Commit 3046835

Browse files
author
Alan Christie
committed
style: Another log tweak
1 parent 20c8f04 commit 3046835

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@ def _get_location(uuid: str) -> str:
137137
routing_key: str = _ES[2]
138138
ess_uuid: str = _ES[1]
139139
_LOGGER.info(
140-
"Existing EventStream: %s (id=%s routing_key=%s uuid=%s)",
140+
"Existing EventStream: %s (id=%s routing_key=%s)",
141141
_get_location(_ES[1]),
142142
_ES[0],
143143
routing_key,
144-
ess_uuid,
145144
)
146145
_MEMCACHED_CLIENT.set(routing_key, ess_uuid)
147146

0 commit comments

Comments
 (0)