I'll bite, because it does seem like something that should be quick in a well-architected codebase. What was the situation? Was there something in this codebase that was especially suited to AI-development? Large amounts of duplication perhaps?
Well someone who says logging is easy never knows the difficulty of deciding "what" to log. And audit log is different beast altogether than normal logging
Audit logging is different because it's actually more straightforward than "normal logging". You just make a log entry for each state change, basically. Especially if you're storing the log entries as "objects" instead of plain text.
Besides, do you think that a LLM would be better at deciding what to log than a human that has even just a little experience with the actual system in question?
boxedemp|7 days ago
Some things are complex.
shepherdjerred|8 days ago
You could've been curious and ask why it would take 1-2 days, and I would've happily told you.
jamesmcq|7 days ago
fendy3002|7 days ago
streetfighter64|5 days ago
Besides, do you think that a LLM would be better at deciding what to log than a human that has even just a little experience with the actual system in question?
therealdrag0|7 days ago
fragmede|7 days ago
streetfighter64|6 days ago