Open macarronesc opened 6 months ago
Why does Lithops always use the DEBUG level in these CLI commands and not the log level the user wants?
https://github.com/lithops-cloud/lithops/blob/436f458e0d862ca1aff35886eb03d5e2143896c9/lithops/scripts/cli.py#L468-L471
https://github.com/lithops-cloud/lithops/blob/436f458e0d862ca1aff35886eb03d5e2143896c9/lithops/scripts/cli.py#L499-L501
Probably to have full verbosity by default
I think that the ideal would be to maintain the user's LOG_LEVEL
Why does Lithops always use the DEBUG level in these CLI commands and not the log level the user wants?
https://github.com/lithops-cloud/lithops/blob/436f458e0d862ca1aff35886eb03d5e2143896c9/lithops/scripts/cli.py#L468-L471
https://github.com/lithops-cloud/lithops/blob/436f458e0d862ca1aff35886eb03d5e2143896c9/lithops/scripts/cli.py#L499-L501