stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.58k stars 70 forks source link

Honor the log related cli parameters #434

Closed tired-old-man closed 1 month ago

tired-old-man commented 1 month ago

When timoni cli is used in automation, color formatting presents challenges in parsing the output. Unfortunately, log parameters are ignored.

Currently when logger is initialized, the (true, true) pair as passed as parameters. This results in following command line parameters being ignored:

This simple fix resolve logger initialization.

Fix: #436