Hi. Here as a "tool" developer, with a question that's a bit more geeky.
A few months ago, ya'll pushed a change that completely changes the log file format that various tools rely on to get game information. This caused a lot of churn and required us to make many updates in a very short amount of time to restore functionality.
You've started including sample "log files" in your patch notes on occasion, which is nice, but leads into my question:
Will WotC consider putting out public "API" documentation for the log file, and the various events within, as well as keep it up to date when patches change the format?
Right now, to develop a tool, someone must start by reverse engineering the logs, or by building off of someone's already existing work. With a publicly available and updated API and documentation, developers of tooling would have a much easier time maintaining their applications, spending less time worrying about updates rand...