Skip to content

Conversation

@Uriel-Acosta-Encora
Copy link

Related to #183

Feature: Allow logging level to be specified from the CLI
A global --log-level option has been added to the main igel command, allowing users to define the level of detail of the log messages they want to see when running any CLI command.

Main Changes
The --log-level option has been added to the main group of commands using Click.
The supported levels are: DEBUG, INFO, WARNING, ERROR, and CRITICAL.
The logging level is set at the start of execution, affecting all commands and log messages.
The CLI help has been updated to reflect the new option.

Example of use:

igel --log-level info version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant