<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Meraki api, python calls generate logs on screen in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/meraki-api-python-calls-generate-logs-on-screen/m-p/5421703#M3548</link>
    <description>&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;so I use python to do some coding calling meraki python class.&lt;/P&gt;&lt;P&gt;it generates stff on the screen that I don't want to see such as,&lt;/P&gt;&lt;P&gt;2022-09-15 14:25:55 meraki: INFO &amp;gt; Meraki dashboard API session initialized with these parameters: &amp;lt;removed many more lines&amp;gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 17:36:34 GMT</pubDate>
    <dc:creator>pamirian76</dc:creator>
    <dc:date>2022-09-15T17:36:34Z</dc:date>
    <item>
      <title>Meraki api, python calls generate logs on screen</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-python-calls-generate-logs-on-screen/m-p/5421703#M3548</link>
      <description>&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;so I use python to do some coding calling meraki python class.&lt;/P&gt;&lt;P&gt;it generates stff on the screen that I don't want to see such as,&lt;/P&gt;&lt;P&gt;2022-09-15 14:25:55 meraki: INFO &amp;gt; Meraki dashboard API session initialized with these parameters: &amp;lt;removed many more lines&amp;gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 17:36:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-python-calls-generate-logs-on-screen/m-p/5421703#M3548</guid>
      <dc:creator>pamirian76</dc:creator>
      <dc:date>2022-09-15T17:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki api, python calls generate logs on screen</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-python-calls-generate-logs-on-screen/m-p/5421704#M3549</link>
      <description>&lt;P&gt;found my answer,&lt;/P&gt;&lt;P&gt;dashboard = meraki.DashboardAPI(API_KEY,output_log=False, print_console=False)&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 17:49:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-python-calls-generate-logs-on-screen/m-p/5421704#M3549</guid>
      <dc:creator>pamirian76</dc:creator>
      <dc:date>2022-09-15T17:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki api, python calls generate logs on screen</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-python-calls-generate-logs-on-screen/m-p/5421705#M3550</link>
      <description>&lt;P&gt;You might also want to add...&lt;/P&gt;&lt;PRE class="lia-code-sample language-python"&gt;&lt;CODE&gt;        output_log=False,
        suppress_logging=True,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...there are several other things you can set.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 17:53:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-python-calls-generate-logs-on-screen/m-p/5421705#M3550</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2022-09-15T17:53:14Z</dc:date>
    </item>
  </channel>
</rss>

