Setting logging level of Axi classes #57
adrianholmesspire
started this conversation in
General
Replies: 1 comment
-
Sorted. Had it set to DEBUG when I wanted WARNING! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone tell me how I set the logging level for the Axi related classes?
I currently have:
self.monitor = AxiStreamMonitor(AxiStreamBus.from_prefix(dut, "m_axis"), dut.axis_aclk, dut.axis_aresetn, reset_active_level=False)
and i've tried to set the level like this for example:
self.monitor.log.setLevel(logging.DEBUG)
But i'm still getting the INFO messages for RX frame dumped to the terminal.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions