- Modify the protobuf schema to introduce a named 'Chat' topic
that contains a list of 'ChatEntry' messages.
- This provides better organization for long conversations.
- Update the Go log formatter to handle this new nested structure,
printing a header for each topic.
- Add a new log file demonstrating the refactored format.