Hello HN community,<p>I’m currently developing a log parsing and log viewing tool (https://github.com/dloss/klp) and am in need of realistic log file examples that I can include in my documentation and use for internal testing. Specifically, I’m looking for log files that are:<p>1. Publicly available and permissible for redistribution under an Open Source license (ideally MIT license).<p>2. Structured logs, either in JSONL (JSON Lines) or logfmt format.<p>The purpose is to show how my tool can be used to effectively handle real-world data, and to identify new features that would be useful.<p>If anyone knows of datasets, repositories, or sources where I could find such log files, your guidance would be immensely helpful.<p>Thank you in advance for your assistance and suggestions!