BQSKit / bqskit

Berkeley Quantum Synthesis Toolkit
Other
118 stars 33 forks source link

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

Closed alonkukl closed 1 month ago

alonkukl commented 11 months ago

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.