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

Work out to show DEBUG level messages emitted early in kedro process #2208

Closed
Tracked by #2205
antonymilne opened this issue Jan 16, 2023 · 1 comment
Closed
Tracked by #2205

Comments

@antonymilne
Copy link
Contributor

antonymilne commented Jan 16, 2023

Currently any DEBUG level messages emitted by logging calls before session._setup_logging will never be shown, even if you alter your project logging.yml to show DEBUG level messages. This is because framework-side logging sets kedro logging info to level INFO (which is the right default, we shouldn't change that to DEBUG). This isn't a big deal but would be nice if users had a way to show the messages if they want.

Options:

@antonymilne antonymilne added the Stage: Technical Design 🎨 Ticket needs to undergo technical design before implementation label Jan 16, 2023
@antonymilne
Copy link
Contributor Author

This will be fixed by #2206 since you'll then be able to specify DEBUG as a level when framework logging config is used.

@merelcht merelcht removed the Stage: Technical Design 🎨 Ticket needs to undergo technical design before implementation label Feb 6, 2023
@antonymilne antonymilne mentioned this issue Feb 28, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants