Description
As of v7.0.0, the metrics config is migrated from XML to Lua. It might be nice that upon loading the Lua file, if it also sees the old XML file, it'd produce a warning. Something like
if (exists(stats.config.xml)) { /* Pseudo code, obviously do it right */ Warning("Ignoring the old stats.config.xml configuration, loading metrics.config instead"); }