Logging hot take: No two lines of code should emit the same logging message.
@preinheimer I was taught early in my career to always emit a unique message so you can identify where the error is coming from. No advice about what should be in it, just make sure it's unique!