turn off verbose gdcwebserver logging

This commit is contained in:
Ari Lazier 2015-10-08 10:12:46 -06:00
parent fadf01a0e1
commit c5566dc88b
1 changed files with 2 additions and 0 deletions

View File

@ -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);