Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Jul 27, 2016
1 parent 02786f3 commit 279f488
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ class HttpServerProcessor(resourcePath: String, accessControlAllowOrigin: String
}

private def execute(request: HttpServerRequest, body: Any, fun: Fun[_], context: EZRPCContext): Unit = {
logger.trace(s"Execute a request from ${context.remoteIP} to [${context.method}] ${context.realUri} | $body")
logger.info(s"Execute a request from ${context.remoteIP} to [${context.method}] ${context.realUri}")
// logger.trace(s"Execute a request from ${context.remoteIP} to [${context.method}] ${context.realUri} | $body")
EZAsyncInterceptorProcessor.process[EZRPCContext](HttpInterceptor.category, context, {
(context, param) =>
val p = Promise[Resp[EZRPCContext]]()
Expand Down

0 comments on commit 279f488

Please sign in to comment.