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

whitelist loggers instead of blacklisting nonexhaustively #663

Merged
merged 2 commits into from
Feb 27, 2018

Conversation

drewbanin
Copy link
Contributor

@drewbanin drewbanin commented Feb 27, 2018

This PR whitelists the dbt logger and blacklists all other loggers. This fixes an immediate issue with warnings generated by agate, but also is generally a better strategy than the one we previously had in place.

This should also silence random warnings that were seen by Windows users but were unreproducible on mac/Linux.

Warnings generated by dependencies of dbt will be written to the specified log file.

@drewbanin drewbanin added the enhancement New feature or request label Feb 27, 2018
@cmcarthur cmcarthur merged commit 032a563 into development Feb 27, 2018
@cmcarthur cmcarthur deleted the fix/global-logging branch February 27, 2018 21:42
@drewbanin drewbanin added this to the 0.9.2 milestone Mar 2, 2018
@drewbanin drewbanin added bug Something isn't working and removed enhancement New feature or request labels Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants