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

Logging Control #553

Open
arya-hemanshu opened this issue Mar 27, 2018 · 0 comments
Open

Logging Control #553

arya-hemanshu opened this issue Mar 27, 2018 · 0 comments

Comments

@arya-hemanshu
Copy link
Contributor

Description

Currently in DC we are logging to much information, which is necessary when user would want to debug some recipe or some other functionality. But could be overwhelming when user would just want to run a recipe and also slows down the processing of the recipe.

We need to give user more control on how to print the logs. If user would only want to see period information the user could just have an -i flag inorder to just see information periodically.

If user would like to debug the recipe or some other functionality, then user could pass -d flag in order to print everything.

Currently in slf4j this functionality is not supported out of the box, thus need to build a bespoke logger that could do that.

Error log

NA

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

No branches or pull requests

2 participants