Make QLOG path configurable and dump log files there.
Add QLOG preamble to each log file and make it valid JSON (closing list of events etc.) when dumping events from memory to file
Implement QLOG event schema and translators from free-form logging with structlog for those events (e.g., "packet_sent"). Add logging output where appropriate (possibly at DEBUG level).
Test with different log levels (INFO and DEBUG) for console.
Make QLOG path configurable and dump log files there.
Add QLOG preamble to each log file and make it valid JSON (closing list of events etc.) when dumping events from memory to file
Implement QLOG event schema and translators from free-form logging with structlog for those events (e.g., "packet_sent"). Add logging output where appropriate (possibly at DEBUG level).
Test with different log levels (INFO and DEBUG) for console.