con_logfile no longer exists in CS2, however, a -condebug launch flag now exists, and will write console output to game/csgo/console.log, which should make CS2 support possible.
Implementing CS2 support will require the updating of documentation in regard to setting up the launch flag, and preferably, the updating of default paths to look for console.log at that path specifically (as it can no longer be customized). Additional tests should also be conducted to verify that everything works as expected (e.g. log file clearing, and expected formatting).
As the server plugins are also being rewritten/remade for CS2, the parsing for all logs will likely need to be updated as well, however a separate issue will be made for that when the time comes.
con_logfileno longer exists in CS2, however, a-condebuglaunch flag now exists, and will write console output togame/csgo/console.log, which should make CS2 support possible.Implementing CS2 support will require the updating of documentation in regard to setting up the launch flag, and preferably, the updating of default paths to look for
console.logat that path specifically (as it can no longer be customized). Additional tests should also be conducted to verify that everything works as expected (e.g. log file clearing, and expected formatting).As the server plugins are also being rewritten/remade for CS2, the parsing for all logs will likely need to be updated as well, however a separate issue will be made for that when the time comes.