kyma
kyma copied to clipboard
Fix log format in serverless webhook
Description
Use common/logging
lib in serverless webhook
Reason Logs from serverless webhook are messy - not json parsable
kubectl logs -n kyma-system serverless-webhook-svc-697f8fc5df-z5gdt webhook | jq
1660295251.539392
parse error: Invalid numeric literal at line 1, column 27
We want to increase adoption of common/logging library and unify logs across kyma We want to unify log levels across serverless - now we see webhook logs on level DEBUG :(