<?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 Re: Disable logging in Python API v1 in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/disable-logging-in-python-api-v1/m-p/5442532#M6600</link>
    <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;It works at 90% ^^&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there is no more log displayed in the terminal, no logging entry in the log file but it still created empty I have found these settings, it works fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;dashboard = meraki.DashboardAPI(&lt;BR /&gt;                  ...&lt;BR /&gt;&lt;SPAN&gt;                  suppress_logging&lt;/SPAN&gt;=&lt;SPAN&gt;True&lt;BR /&gt;&lt;/SPAN&gt;)&lt;/PRE&gt;</description>
    <pubDate>Thu, 17 Sep 2020 10:35:08 GMT</pubDate>
    <dc:creator>Th1b0plz</dc:creator>
    <dc:date>2020-09-17T10:35:08Z</dc:date>
    <item>
      <title>Disable logging in Python API v1</title>
      <link>https://community.cisco.com/t5/network-platform-api/disable-logging-in-python-api-v1/m-p/5442530#M6598</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since i'v upgraded API in v1, my python script return messages log for each API call and created log file for each execution.&lt;/P&gt;&lt;P&gt;How can i disable it ?&lt;/P&gt;&lt;P&gt;thks.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 14:34:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/disable-logging-in-python-api-v1/m-p/5442530#M6598</guid>
      <dc:creator>Th1b0plz</dc:creator>
      <dc:date>2020-09-16T14:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disable logging in Python API v1</title>
      <link>https://community.cisco.com/t5/network-platform-api/disable-logging-in-python-api-v1/m-p/5442531#M6599</link>
      <description>&lt;P&gt;Use some options like this:&lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;dashboard = meraki.DashboardAPI(
        ...
	output_log=False,
	print_console=False
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Sep 2020 21:38:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/disable-logging-in-python-api-v1/m-p/5442531#M6599</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2020-09-16T21:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disable logging in Python API v1</title>
      <link>https://community.cisco.com/t5/network-platform-api/disable-logging-in-python-api-v1/m-p/5442532#M6600</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;It works at 90% ^^&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there is no more log displayed in the terminal, no logging entry in the log file but it still created empty I have found these settings, it works fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;dashboard = meraki.DashboardAPI(&lt;BR /&gt;                  ...&lt;BR /&gt;&lt;SPAN&gt;                  suppress_logging&lt;/SPAN&gt;=&lt;SPAN&gt;True&lt;BR /&gt;&lt;/SPAN&gt;)&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Sep 2020 10:35:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/disable-logging-in-python-api-v1/m-p/5442532#M6600</guid>
      <dc:creator>Th1b0plz</dc:creator>
      <dc:date>2020-09-17T10:35:08Z</dc:date>
    </item>
  </channel>
</rss>

