use log levels for suppressing ip stack simulator output

This commit is contained in:
Martin Michelsen
2022-12-14 23:34:42 -08:00
parent 7612621fe9
commit c01d1f623c
2 changed files with 45 additions and 67 deletions
+3 -2
View File
@@ -163,8 +163,9 @@
"FunctionCompiler": "info",
// IP stack simulator messages describe clients connecting and disconnecting
// via the IP stack interface, and errors that occur at the simulated
// network level within the simulator.
"IPStackSimulator": "info",
// network level within the simulator. This log is fairly verbose at the
// info level, so by default we suppress those messages.
"IPStackSimulator": "warning",
// License manager messages describe the creation of new license files.
"LicenseManager": "info",
// Lobby messages describe creation and deletion of lobbies and games, as