Store thread logs nativley
Instead of parsing the logs and putting them in the db (especially for chat outputs) we should just do a json dump and put each log in the db. This will put the onus on the client to construct logs in a way that puts all chat outputs together (which I think we already have implemented in the dashboard). Significantly reduces the server logging overhead.
2 条评论