@alanholmes Nice :) Can I also change it to save it as a file instead of saving to the database? Or it is better to save on the DB? I'm thinking when my database got down, I still have the log file.
Im not sure about the auditing pacakge you mentioned, but the Spatie one seems very much based on being a databse.
Though, it does have a config option/env var for setting a database connection if you wanted to keep it separate from the main database (not 100%, but you might be able to do it as an sqlite connection type - which would give you a file).