add session replay functions

This commit is contained in:
Martin Michelsen
2022-07-01 00:26:48 -07:00
parent 38b0539124
commit a7e3d4853a
25 changed files with 686 additions and 125 deletions
+3
View File
@@ -130,6 +130,9 @@
// Proxy server messages describe clients connecting and disconnecting from
// the proxy server, as well as events that occur in each session.
"ProxyServer": "info",
// Replay messages are generated when replaying a session log (usually
// during functional testing).
"Replay": "info",
// Game server messages describe clients connecting and disconnecting from
// the game server.
"GameServer": "info",