1
0
Fork 0

[server] Reduce default logging level now that GLidingSquirrel is much more stable

This commit is contained in:
Starbeamrainbowlabs 2018-01-10 18:00:11 +00:00
parent 8969022fe3
commit 3dbfe28f54
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace Nibriboard
};
// HTTP / Websockets Server setup
SBRL.GlidingSquirrel.Log.LoggingLevel = SBRL.GlidingSquirrel.LogLevel.Debug;
SBRL.GlidingSquirrel.Log.LoggingLevel = SBRL.GlidingSquirrel.LogLevel.Info;
AppServer = new NibriboardApp(new NibriboardAppStartInfo() {
FilePrefix = "Nibriboard.obj.client_dist",
ClientSettings = clientSettings,