Mastodon Feed: Post

Mastodon Feed

jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:

using D's std.uuid.randomUUID function to generate a unique identifier for each request/response cycle, then the IP, and finally the time in/out into tab-separated fields in a logfile. this lets me easily use either a spreadsheet or the wonderful eBay tsv utilities package ( https://github.com/eBay/tsv-utils ) for analysis during this development & testing cycle. as I move towards production code, I will remove all the logging I can.

IMHO user privacy should be paramount in projects like this.