Describe the bug
current logger does not support argumentative logging as used on https://github.com/odpf/optimus/blob/main/job/deployer.go#L51
we need to format this log using fmt.Sprintf
To Reproduce
Steps to reproduce the behaviour:
- trigger deployment that is about to get failed
- check the log msg, it does not capture the error and deployment details
Expected behaviour
the logs should be formatted
Describe the bug
current logger does not support argumentative logging as used on https://github.com/odpf/optimus/blob/main/job/deployer.go#L51
we need to format this log using
fmt.SprintfTo Reproduce
Steps to reproduce the behaviour:
Expected behaviour
the logs should be formatted