Skip to content

Instantly share code, notes, and snippets.

@nctiggy
Created April 9, 2015 22:20
Show Gist options
  • Save nctiggy/6251a2aca1bf05c83047 to your computer and use it in GitHub Desktop.
Save nctiggy/6251a2aca1bf05c83047 to your computer and use it in GitHub Desktop.
root@ad80ab9c-bb45-423b-85dd-cb22d2a0a42c:/var/vcap/sys/log/gorouter# cat gorouter.log
{"timestamp":1428608343.937921047,"process_id":1395,"source":"router","log_level":"info","message":"Waiting 5s before listening...","data":null}
{"timestamp":1428608348.938587904,"process_id":1395,"source":"router","log_level":"info","message":"Listening on [::]:80","data":null}
{"timestamp":1428608348.938791990,"process_id":1395,"source":"router.main","log_level":"info","message":"gorouter.started","data":null}
{"timestamp":1428608934.567254066,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"proxy.endpoint.failed","data":{"Error":"dial tcp 10.4.44.108:8080: connection refused","Host":"login.bellevue.lab","Path":"/","RemoteAddr":"10.4.44.38:47389","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.108:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428608965.957106829,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"proxy.endpoint.failed","data":{"Error":"dial tcp 10.4.44.108:8080: connection refused","Host":"login.bellevue.lab","Path":"/login","RemoteAddr":"10.4.44.38:47519","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.108:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428613017.955601215,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"proxy.endpoint.failed","data":{"Error":"dial tcp 10.4.44.108:8080: connection refused","Host":"login.bellevue.lab","Path":"/oauth/token","RemoteAddr":"10.4.44.38:35530","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.108:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428613017.957480907,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"proxy.endpoint.failed","data":{"Error":"http: invalid Read on closed Body","Host":"login.bellevue.lab","Path":"/oauth/token","RemoteAddr":"10.4.44.38:35530","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.120:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428613017.958105326,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"502 Bad Gateway: Registered endpoint failed to handle the request.","data":{"Error":"http: invalid Read on closed Body","Host":"login.bellevue.lab","Path":"/oauth/token","RemoteAddr":"10.4.44.38:35530","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.120:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428613954.793747187,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"proxy.endpoint.failed","data":{"Error":"dial tcp 10.4.44.108:8080: connection refused","Host":"login.bellevue.lab","Path":"/login","RemoteAddr":"10.4.44.38:39286","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.108:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428616035.944680452,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"proxy.endpoint.failed","data":{"Error":"dial tcp 10.4.44.108:8080: connection refused","Host":"login.bellevue.lab","Path":"/oauth/token","RemoteAddr":"10.4.44.38:47634","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.108:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428616035.946903706,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"proxy.endpoint.failed","data":{"Error":"http: invalid Read on closed Body","Host":"login.bellevue.lab","Path":"/oauth/token","RemoteAddr":"10.4.44.38:47634","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.120:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
{"timestamp":1428616035.947109222,"process_id":1395,"source":"router.proxy.request-handler","log_level":"warn","message":"502 Bad Gateway: Registered endpoint failed to handle the request.","data":{"Error":"http: invalid Read on closed Body","Host":"login.bellevue.lab","Path":"/oauth/token","RemoteAddr":"10.4.44.38:47634","RouteEndpoint":{"ApplicationId":"","Addr":"10.4.44.120:8080","Tags":{"component":"login"}},"X-Forwarded-For":["10.13.37.114"],"X-Forwarded-Proto":["https"]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment