[SEBA-799] Add logging and other misc. changes

Change-Id: I1c73f19f375ea81bb57d7fcd015570f4b3ac1dd9
diff --git a/Dockerfile b/Dockerfile
index a03a39f..6595eda 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,6 +37,7 @@
     && go get -v github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway \
     && go get -v github.com/golang/protobuf/protoc-gen-go \
     && go get github.com/Shopify/sarama \
+    && go get github.com/Sirupsen/logrus\
     &&  protoc -I proto -I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=plugins=grpc:proto/  proto/*.proto
 RUN CGO_ENABLED=0 GOOS=linux go build -o main .