fortressforever / fortressforever

A Team Fortress mod on the Source Engine
http://www.fortress-forever.com
Other
93 stars 18 forks source link

Log the map name after it's loaded for convenience #385

Closed squeek502 closed 3 years ago

squeek502 commented 3 years ago

Logs on dedicated servers get split into 'loading' and 'loaded', where only the 'loading' log has the map name, but all the 'real' stuff is in the 'loaded' log file. This will make it so the 'loaded' log file also has the map name.

The motivation here is to allow log parsers to know the map name from the relevant log file itself instead of having to get it from elsewhere.