Last active
December 10, 2015 07:09
-
-
Save zcox/4399338 to your computer and use it in GitHub Desktop.
Successful request/response through ELB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2012-12-28 16:18:37,080 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - Reading from connection | |
| 2012-12-28 16:18:37,083 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - Read 274 bytes | |
| 2012-12-28 16:18:37,083 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - New connection accepted on /0.0.0.0:5555 | |
| 2012-12-28 16:18:37,083 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - New connection accepted on /0.0.0.0:5555 | |
| 2012-12-28 16:18:37,084 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - Executing command Register(spray.io.ConnectionActors$$anon$1@58e90d6d) | |
| 2012-12-28 16:18:37,084 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - Executing command Register(spray.io.ConnectionActors$$anon$1@2c709cb5) | |
| 2012-12-28 16:18:37,082 DEBUG c.p.api.PongrAPI$$anonfun$1$$anon$1 - GET /ping => 200 OK 'pongr' took 0 msec | |
| 2012-12-28 16:18:37,085 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - Executing command Send(spray.io.ConnectionActors$$anon$1@5e9f01e6,List(java.nio.HeapByteBuffer[pos=0 lim=152 cap=160]),None) | |
| 2012-12-28 16:18:37,085 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - Writing to connection | |
| 2012-12-28 16:18:37,085 DEBUG spray.io.IOBridge com-pongr-api-PongrAPI-1 - Wrote 152 bytes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment