<?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: Turn off the console logs from ArcGIS JavaScript API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168423#M15629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply. I should have mentioned this before, I am using custom web services(written in Java Grails) based on ArcGIS REST specification. I can not add geometry field in it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rahul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 02:55:47 GMT</pubDate>
    <dc:creator>RahulMetangale1</dc:creator>
    <dc:date>2013-01-31T02:55:47Z</dc:date>
    <item>
      <title>Turn off the console logs from ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168419#M15625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcGIS JavaScript API 2.8 and found that there are many warnings logged to the console. Because of this the messages I am logging to console are becoming difficult to identify. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to turn off these API logs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 03:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168419#M15625</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2013-01-29T03:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off the console logs from ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168420#M15626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide an example of the log/warning messages you're seeing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Browser dev tools provide the ability to filter the messages you see. The default is to see all messages/logs/warnings/errors. You could click the button to see only "Logs" (in Chrome Dev tools) and you'll only see console.log messages.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 14:25:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168420#M15626</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-01-29T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off the console logs from ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168421#M15627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you! Thant make sense. The logs I was seeing fall under debug Info category. I have attached the screen shot for your reference. Is there any way to disable these debug logs in production?[ATTACH=CONFIG]21196[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 06:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168421#M15627</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2013-01-30T06:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off the console logs from ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168422#M15628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there any way to disable these debug logs in production?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That would be like putting masking tape over the "low oil" warning light &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why not fix the errors? It's likely that in ArcMap, you have switched off the SHAPE field before publishing this layer to ArcGIS Server, so the SHAPE field isn't accessible to the JS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to your layer's REST endpoint (eg &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/WaterTemplate/LocalGovernmentInfrastructureBasemap/MapServer/1"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/WaterTemplate/LocalGovernmentInfrastructureBasemap/MapServer/1&lt;/A&gt;&lt;SPAN&gt;) and verify that the SHAPE field is shown. If not, switch it on in ArcMap and republish this layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 21:11:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168422#M15628</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-01-30T21:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off the console logs from ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168423#M15629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply. I should have mentioned this before, I am using custom web services(written in Java Grails) based on ArcGIS REST specification. I can not add geometry field in it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rahul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 02:55:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turn-off-the-console-logs-from-arcgis-javascript/m-p/168423#M15629</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2013-01-31T02:55:47Z</dc:date>
    </item>
  </channel>
</rss>

