Thank you...
Thank you...
Posted Nov 24, 2011 7:30 UTC (Thu) by kleptog (subscriber, #1183)In reply to: Thank you... by jamesh
Parent article: That newfangled Journal thing
A seriously, many many applications don't use syslog directly but some kind of wrapper, which allows you to say:
logfunction(severity, fmtstring, args...)
Look! Structure! Imagine being able to search log messages like: "all message of level NOTICE with 'sda' as an argument". Use the MD5 of the format string as ID and you've got something that people using translated programs can do something with. You could even translate your logs to another language after the fact.
Or, show the IP fields of all records with "Traceback" in the message.
Hurrah!