Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shalako
Last active January 19, 2017 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shalako/79c8d7e8bf6d26b9934bb2679914c856 to your computer and use it in GitHub Desktop.
Save shalako/79c8d7e8bf6d26b9934bb2679914c856 to your computer and use it in GitHub Desktop.
lager
[2017-01-13 19:59:58+0000] {"timestamp":"1484337598.690167665","source":"vcap.gorouter","message":"vcap.gorouter.starting","log_level":1,"data":{}}
[2017-01-13 19:59:58+0000] {"timestamp":"1484337598.690953493","source":"vcap.gorouter","message":"vcap.gorouter.setting-up-nats-connection","log_level":1,"data":{}}
[2017-01-13 19:59:58+0000] {"timestamp":"1484337598.693057060","source":"vcap.gorouter","message":"vcap.gorouter.nats.Successfully-connected-to-nats","log_level":1,"data":{"host":"10.0.32.21:4222","session":"1"}}
[2017-01-13 19:59:58+0000] {"timestamp":"1484337598.869128227","source":"vcap.gorouter","message":"vcap.gorouter.subscriber.subscriber-starting","log_level":1,"data":{"session":"3"}}
[2017-01-13 19:59:58+0000] {"timestamp":"1484337598.869354010","source":"vcap.gorouter","message":"vcap.gorouter.subscriber.subscriber-started","log_level":1,"data":{"session":"3"}}
[2017-01-13 19:59:58+0000] {"timestamp":"1484337598.870045900","source":"vcap.gorouter","message":"vcap.gorouter.router.Component Router registered successfully","log_level":1,"data":{"session":"6"}}
[2017-01-13 19:59:58+0000] {"timestamp":"1484337598.870075703","source":"vcap.gorouter","message":"vcap.gorouter.router.Waiting 20s before listening...","log_level":1,"data":{"load_balancer_healthy_threshold":"20s","route_registration_interval":"20s","session":"6"}}
[2017-01-13 20:00:18+0000] {"timestamp":"1484337618.870268822","source":"vcap.gorouter","message":"vcap.gorouter.router.completed-wait","log_level":1,"data":{"session":"6"}}
[2017-01-13 20:00:18+0000] {"timestamp":"1484337618.870459557","source":"vcap.gorouter","message":"vcap.gorouter.router.tcp-listener-started","log_level":1,"data":{"address":{"IP":"::","Port":80,"Zone":""},"session":"6"}}
[2017-01-13 20:00:18+0000] {"timestamp":"1484337618.870599270","source":"vcap.gorouter","message":"vcap.gorouter.router.gorouter.started","log_level":1,"data":{"session":"6"}}
[2017-01-13 20:00:28+0000] {"timestamp":"1484337628.869570255","source":"vcap.gorouter","message":"vcap.gorouter.registry.start-pruning-routes","log_level":1,"data":{"session":"2"}}
[2017-01-13 20:00:28+0000] {"timestamp":"1484337628.869664192","source":"vcap.gorouter","message":"vcap.gorouter.registry.finished-pruning-routes","log_level":1,"data":{"session":"2"}}
zap
[2017-01-13 22:05:58+0000] {"log_level":1,"timestamp":1484345158.9532504,"message":"starting","source":"vcap.gorouter","data":{}}
[2017-01-13 22:05:58+0000] {"log_level":1,"timestamp":1484345158.954114,"message":"setting-up-nats-connection","source":"vcap.gorouter","data":{}}
[2017-01-13 22:05:58+0000] {"log_level":1,"timestamp":1484345158.9555733,"message":"Successfully-connected-to-nats","source":"vcap.gorouter.nats","data":{"host":"10.0.32.21:4222"}}
[2017-01-13 22:05:59+0000] {"log_level":1,"timestamp":1484345159.1297631,"message":"subscriber-starting","source":"vcap.gorouter.subscriber","data":{}}
[2017-01-13 22:05:59+0000] {"log_level":1,"timestamp":1484345159.1304054,"message":"subscriber-started","source":"vcap.gorouter.subscriber","data":{}}
[2017-01-13 22:05:59+0000] {"log_level":1,"timestamp":1484345159.1310992,"message":"Component Router registered successfully","source":"vcap.gorouter.router","data":{}}
[2017-01-13 22:05:59+0000] {"log_level":1,"timestamp":1484345159.131122,"message":"Waiting before listening","source":"vcap.gorouter.router","data":{"total_wait_delay_seconds":20,"route_registration_interval_seconds":20,"load_balancer_healthy_threshold_seconds":20}}
[2017-01-13 22:06:19+0000] {"log_level":1,"timestamp":1484345179.131302,"message":"completed-wait","source":"vcap.gorouter.router","data":{}}
[2017-01-13 22:06:19+0000] {"log_level":1,"timestamp":1484345179.131632,"message":"tcp-listener-started","source":"vcap.gorouter.router","data":{"address":{"IP":"::","Port":80,"Zone":""}}}
[2017-01-13 22:06:19+0000] {"log_level":1,"timestamp":1484345179.1318288,"message":"gorouter.started","source":"vcap.gorouter.router","data":{}}
[2017-01-13 22:06:29+0000] {"log_level":1,"timestamp":1484345189.1307056,"message":"start-pruning-routes","source":"vcap.gorouter.registry","data":{}}
[2017-01-13 22:06:29+0000] {"log_level":1,"timestamp":1484345189.1494987,"message":"finished-pruning-routes","source":"vcap.gorouter.registry","data":{}}
[2017-01-13 22:06:59+0000] {"log_level":1,"timestamp":1484345219.1306705,"message":"start-pruning-routes","source":"vcap.gorouter.registry","data":{}}
[2017-01-13 22:06:59+0000] {"log_level":1,"timestamp":1484345219.1483474,"message":"finished-pruning-routes","source":"vcap.gorouter.registry","data":{}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment