Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created October 24, 2020 22:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jbayer/c1a25f3d30d5ae2db9fa0c67f332eac8 to your computer and use it in GitHub Desktop.
docker container logs during startup
$ docker logs example-ruby-01ENEAKA3XSFN9BK7APH3RSANK
2020-10-24T22:10:24.453Z [TRACE] starting interrupt listener for context cancellation
2020-10-24T22:10:24.454Z [INFO] entrypoint starting: deployment_id=01ENEAK7NVDQGCXSATTCATWWD5 instance_id=01ENEAKAJ6ZY0EFZH6TGASRJ5M args=[/cnb/lifecycle/launcher]
2020-10-24T22:10:24.454Z [INFO] entrypoint version: full_string="Waypoint v0.1.3" version=v0.1.3 prerelease= metadata= revision=
2020-10-24T22:10:24.454Z [INFO] connecting to server: addr=waypoint-server:9701 tls=true tls_skip_verify=true
2020-10-24T22:10:24.455Z [DEBUG] waiting on server connection state to become ready
2020-10-24T22:10:24.455Z [TRACE] connection state: state=IDLE
2020-10-24T22:10:24.455Z [TRACE] connection state: state=CONNECTING
2020-10-24T22:10:24.455Z [TRACE] interrupt listener goroutine started
2020-10-24T22:10:24.492Z [TRACE] connection state: state=READY
2020-10-24T22:10:24.492Z [INFO] connection is ready
2020-10-24T22:10:24.492Z [INFO] converting invite token to login token
2020-10-24T22:10:24.495Z [INFO] reconnecting to server with authentication
2020-10-24T22:10:24.495Z [TRACE] requesting version info from server
2020-10-24T22:10:24.515Z [INFO] server version info: version=v0.1.3 api_min=1 api_current=1 entrypoint_min=1 entrypoint_current=1
2020-10-24T22:10:24.515Z [INFO] negotiated entrypoint protocol version: version=1
2020-10-24T22:10:24.515Z [DEBUG] config: registering instance, requesting config
2020-10-24T22:10:24.515Z [TRACE] config: config stream connected, waiting for first config
2020-10-24T22:10:24.560Z [TRACE] config: first config received
2020-10-24T22:10:24.560Z [INFO] starting child process: args=[/cnb/lifecycle/launcher] cmd=/cnb/lifecycle/launcher
2020-10-24T22:10:24.561Z [INFO] url: url service enabled, configuring: addr=https://control.hzn.network service_port=3000 labels=waypoint/workspace=default,env=dev,service=example-ruby,waypoint.hashicorp.com/app=example-ruby,waypoint.hashicorp.com/project=example-ruby,waypoint.hashicorp.com/workspace=default,waypoint.hashicorp.com/instance-id=01ENEAKAJ6ZY0EFZH6TGASRJ5M,:deployment=v1,:deployment-order=01eneak7nvdqgcxsattcatwwd5
2020-10-24T22:10:24.562Z [DEBUG] log: connecting to log stream
2020-10-24T22:10:24.562Z [TRACE] log: log stream connected
2020-10-24T22:10:24.577Z [DEBUG] url: discovering hubs
2020-10-24T22:10:24.583Z [DEBUG] url: refreshing data
2020-10-24T22:10:24.818Z [DEBUG] url.agent: connecting to hub: addr=52.32.54.223:443
2020-10-24T22:10:24.818Z [DEBUG] url.agent: connecting to hub: addr=52.34.190.10:443
2020-10-24T22:10:24.818Z [DEBUG] url.agent: connecting to hub: addr=54.189.206.215:443
2020-10-24T22:10:24.826Z [DEBUG] url.agent: connecting to hub: addr=54.184.95.88:443
2020-10-24T22:10:24.961Z [DEBUG] url.agent: connection latency: latency=40.6903ms
2020-10-24T22:10:24.962Z [DEBUG] url.agent: connected successfully: status=connected latency=40.6903ms skew=-11.16289ms
2020-10-24T22:10:24.968Z [DEBUG] url.agent: connection latency: latency=68.2974ms
2020-10-24T22:10:24.968Z [DEBUG] url.agent: connected successfully: status=connected latency=68.2974ms skew=-10.398291ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment