Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnconsumedParameterWarning: 'no_configure_logging' #3242

Open
cmayet opened this issue Jun 14, 2023 · 0 comments
Open

UnconsumedParameterWarning: 'no_configure_logging' #3242

cmayet opened this issue Jun 14, 2023 · 0 comments

Comments

@cmayet
Copy link

cmayet commented Jun 14, 2023

When running luigi pipeline with

[core]
no_configure_logging: true

in the luigi.cfg configuration file, I get the following warning :

UnconsumedParameterWarning: The configuration contains the parameter 'no_configure_logging' with value 'true' that is not consumed by the task 'core'.

The warning seems to be raised because the no_configure_logging is not a parameter of the core class, thus raising this warning when checking for unconsumed parameters here

But the no_configure_logging is well taken into account (see here ) !
Maybe consider adding it to the core class parameters or (if not needed in the core class instances) add some hack to ignore UnconsumedParameterWarning for this core parameter.

Thank you !

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

No branches or pull requests

1 participant