1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

[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

View file

@ -80,7 +80,7 @@ namespace Nibriboard
}; };
// HTTP / Websockets Server setup // 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() { AppServer = new NibriboardApp(new NibriboardAppStartInfo() {
FilePrefix = "Nibriboard.obj.client_dist", FilePrefix = "Nibriboard.obj.client_dist",
ClientSettings = clientSettings, ClientSettings = clientSettings,