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:
parent
8969022fe3
commit
3dbfe28f54
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue