- Joined
- Apr 11, 2023
Rather than JSON, if I can get away with it, a raw text file with fields in set orders separated by (say) tab characters. I find this to be a lot more composable than JSON. I do this a lot because I can tear files of this format apart and reassemble them using nothing more than coreutils like cut and paste. My webserver exports logs in this format and I've got a script that translates them into PostgreSQL to store and query.structured logging? (json rather than "normal" text in the logs)