hi guys,
so I use python to do some coding calling meraki python class.
it generates stff on the screen that I don't want to see such as,
2022-09-15 14:25:55 meraki: INFO > Meraki dashboard API session initialized with these parameters: <removed many more lines>
how do I get rid of this? I just want to see my program output not all the stuff the meraki class is dumping on screen.
thanks.