mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[server] Set logging level back to debug, since GlidingSquirrel defaults to Warning
This commit is contained in:
parent
27540972b1
commit
0897dcdaeb
1 changed files with 2 additions and 5 deletions
|
@ -1,12 +1,8 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Threading;
|
|
||||||
using System.Net.Sockets;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
using SBRL.GlidingSquirrel.Websocket;
|
|
||||||
|
|
||||||
using Nibriboard.RippleSpace;
|
using Nibriboard.RippleSpace;
|
||||||
using Nibriboard.Client;
|
using Nibriboard.Client;
|
||||||
|
|
||||||
|
@ -50,7 +46,8 @@ namespace Nibriboard
|
||||||
WebSocketPath = "/RipplespaceLink"
|
WebSocketPath = "/RipplespaceLink"
|
||||||
};
|
};
|
||||||
|
|
||||||
// HTTP Server setup
|
// HTTP / Websockets Server setup
|
||||||
|
SBRL.GlidingSquirrel.Log.LoggingLevel = SBRL.GlidingSquirrel.LogLevel.Debug;
|
||||||
AppServer = new NibriboardApp(new NibriboardAppStartInfo() {
|
AppServer = new NibriboardApp(new NibriboardAppStartInfo() {
|
||||||
FilePrefix = "Nibriboard.obj.client_dist",
|
FilePrefix = "Nibriboard.obj.client_dist",
|
||||||
ClientSettings = clientSettings,
|
ClientSettings = clientSettings,
|
||||||
|
|
Loading…
Reference in a new issue