-
Notifications
You must be signed in to change notification settings - Fork 40
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
allow generate_data logger parameter to overwrite locally defined loggers #449
Conversation
I'm a bit confused - what problem is this solving? |
@bbrowning this change allows the
With this change it now looks like:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this might warrant a proper logging
package inside of SDG to manage external loggers wanting to pass in settings, but this resoles the issue. Maybe a few comments to explain why we do the whole LOGGER
thing?
…gers Signed-off-by: Khaled Sulayman <[email protected]>
fcf0d89
to
81fad3c
Compare
75305ae
to
243b5a1
Compare
oh I like this version even more, so you only need to override the logger in generate_data, and everywhere else you just remove |
Signed-off-by: Khaled Sulayman <[email protected]>
Signed-off-by: Khaled Sulayman <[email protected]>
243b5a1
to
c9371d1
Compare
we found the issue that was not causing the proposed logging configs to propagate down so this change is not needed |
Signed-off-by: Khaled Sulayman [email protected]