powertac / powertac-server

Power TAC simulation server
www.powertac.org
Apache License 2.0
44 stars 35 forks source link

Weather location is not logged #1094

Open jecollins opened 3 years ago

jecollins commented 3 years ago

The weather location for a game is set through configuration, but it's not logged as far as I can tell, so it's not possible to tell what weather data was used to generate the data for a given game. For tournament games, the weather location is written to the tournament CSV file. For non-tournament games, in particular for games run in the experiment manager, there is currently no way to know where the weather data came from.

erikkemperman commented 2 years ago

Actually, while looking into https://github.com/powertac/powertac-server/issues/1108 I noticed that none of the WeatherService log lines get printed, at least as used during the unit tests -- no idea why...

erikkemperman commented 2 years ago

Addendum: Govert reports seeing these messages, perhaps it is a Java version issue -- I'm on 16, he's on 11...