We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02b432 commit 180207cCopy full SHA for 180207c
‎magnet/ize/memory.py
@@ -83,7 +83,7 @@ async def index(self, payload, msg, verbose=False, field=None, charge=False, ins
83
await self.field.pulse(payload)
84
await msg.ack_sync()
85
else:
86
- _f('info', f'embedding exists already\n{payload.text}')
+ _f('warn', f'embedding exists already\n{payload.text}') if verbose else None
87
88
except Exception as e:
89
await msg.term()
0 commit comments