kyma icon indicating copy to clipboard operation
kyma copied to clipboard

Fix log format in serverless webhook

Open kwiatekus opened this issue 2 years ago • 0 comments

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 :(

kwiatekus avatar Aug 12 '22 12:08 kwiatekus