turn off verbose gdcwebserver logging
This commit is contained in:
parent
fadf01a0e1
commit
c5566dc88b
|
@ -42,6 +42,8 @@ static JSGlobalContextRef s_context;
|
|||
@implementation RJSRPCServer
|
||||
|
||||
+ (void)start {
|
||||
[GCDWebServer setLogLevel:3];
|
||||
|
||||
// Create server
|
||||
GCDWebServer* webServer = [[GCDWebServer alloc] init];
|
||||
s_context = JSGlobalContextCreate(NULL);
|
||||
|
|
Loading…
Reference in New Issue