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

BQSkit filters out log massages from loggers whose root isn't bqskit #198

Open
alonkukl opened this issue Oct 30, 2023 · 0 comments · May be fixed by #237
Open

BQSkit filters out log massages from loggers whose root isn't bqskit #198

alonkukl opened this issue Oct 30, 2023 · 0 comments · May be fixed by #237
Labels
feature request New feature or request

Comments

@alonkukl
Copy link
Contributor

The bqskit runtime only sends logs through that have a logger whose root is bqskit, e.g., bqskit.passes.something or bqskit.ir.something.

Consider having both white-list and black-list

A workaround: name the logger bqskit.dummy.your_logger_name and it should work rather than use name as a default.

@alonkukl alonkukl added the feature request New feature or request label Oct 30, 2023
@edyounis edyounis linked a pull request Apr 3, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant