Hacker News new | ask | show | jobs
by m_samuel_l 2814 days ago
That's annoying but fine as long as it's unique and you can grep it in the codebase.
1 comments

You can forgo something being unique if you just append line and file information to the log. Literally any logging framework (even homerolled ones) should give you this by default.
yup