ksctl / cli

Simplified Kubernetes Clusters Lifecycle Management (CLI)
https://docs.ksctl.com
Apache License 2.0
5 stars 0 forks source link

enhancement(logger): Much better logging #8

Closed dipankardas011 closed 9 months ago

dipankardas011 commented 10 months ago

Why do we need it?

The logging only happens to stdout, stderr is not even used. so its not standardized logging also the loggs are not structured like json parsable or components or sub-compontene from where it is coming

### Tasks
- [x] https://github.com/kubesimplify/ksctl/releases/tag/v1.1.1-rc3

What it will bring?

logging to the stdout and stderr to respective files

Additional context

Check Contribution's guidelines