openfaas / nats-queue-worker

Queue-worker for OpenFaaS with NATS Streaming
https://docs.openfaas.com/reference/async/
MIT License
128 stars 59 forks source link

Show built version and SHA on start-up #92

Closed alexellis closed 4 years ago

alexellis commented 4 years ago

Show built version and SHA on start-up

Expected Behaviour

Users should be able to identify versions from logs

Current Behaviour

You can inspect the Docker image

Possible Solution

See the logs of faas-netes and use the same approach

Steps to Reproduce (for bugs)

  1. arkade install openfaas
  2. kubectl logs -n openfaas deploy/queue-worker

Context

Better consistency and logging.

amalkh5 commented 4 years ago

fixed by #93

alexellis commented 4 years ago

Thanks @Amalkh5