Logging needs to be revisited. Unimportant information is being stored in a plaintext format.
Log statements should be stored in a structured format (xml/json)
Should contain metrics about the game, rather than trace statements (memory consumption, cpu usage, target event execution count percentage, etc) along with warnings and errors
Logging needs to be revisited. Unimportant information is being stored in a plaintext format.