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

independently configurable logging for different modules #326

Open
Tracked by #1534
ashwinidulams opened this issue Nov 7, 2022 · 0 comments
Open
Tracked by #1534

independently configurable logging for different modules #326

ashwinidulams opened this issue Nov 7, 2022 · 0 comments
Labels
enhancement New feature or request opex Operational Excellence to make it easy to run in production and debug

Comments

@ashwinidulams
Copy link
Contributor

Summary

Today we have one global logger for all of the numaflow. As the complexity increases and we add more features, debugging issues via logs will get harder. for example, if one wants to debug Kafka source issues and enables DEBUG level, there will be a flood of DEBUG messages from all the modules in the pod (vertex).

What would be ideal is if we could selectively enable levels for different features in the pipeline.

Use Cases

When would you use this?

debugging watermark issues does not need logs from all the modules. similarly debugging GRPC Interface between numa container and UDF does not need any watermark logs.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@ashwinidulams ashwinidulams added enhancement New feature or request opex Operational Excellence to make it easy to run in production and debug labels Nov 7, 2022
@ashwinidulams ashwinidulams self-assigned this Jan 16, 2023
@vigith vigith added this to the v0.8 milestone Jan 16, 2023
@vigith vigith modified the milestones: v0.8, v0.9 Mar 24, 2023
@vigith vigith modified the milestones: v0.9, v0.11 Jul 10, 2023
@vigith vigith modified the milestones: v0.11, 1.0 Oct 31, 2023
@whynowy whynowy removed this from the 1.0 milestone Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request opex Operational Excellence to make it easy to run in production and debug
Projects
None yet
Development

No branches or pull requests

3 participants