boulder
boulder copied to clipboard
Use structured database for audit logs
Right now we use syslog to process our audit logs, and store them on disk as unstructured log lines. It would be nice to store them in structured DB tables instead, for two reasons. One, it would be easier to query them, and two "files are fraught with peril" as described by Dan Luu in this talk.