<?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: How do I turn off debug in btool. in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56675#M7072</link>
    <description>&lt;P&gt;This just means that when the tools are run with debug, they won't know how to log.  I can't recommend this generally.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2013 21:15:06 GMT</pubDate>
    <dc:creator>jrodman</dc:creator>
    <dc:date>2013-07-08T21:15:06Z</dc:date>
    <item>
      <title>How do I turn off debug in btool.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56670#M7067</link>
      <description>&lt;P&gt;I am having an issue with lag time in my scheduled searches of time.  I am looking for all time of issues that may slow down my machines.  One this I found was debug in the btool logs.  How do I turn off that debug?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2013 20:13:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56670#M7067</guid>
      <dc:creator>drussell88</dc:creator>
      <dc:date>2013-03-09T20:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn off debug in btool.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56671#M7068</link>
      <description>&lt;P&gt;Generally btool only writes DEBUG to the btool.log when run with --debug.  I don't think we do that out of the box.&lt;/P&gt;

&lt;P&gt;All I can suggest is some kind of hacks monitoring who runs the btool executable and with what flags.  A simplistic idea is like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# vi btool.sh
#!/bin/bash
echo "btool $$ run with args $@" &amp;gt;&amp;gt; /tmp/silly.log
# does bourne have $PPID?
echo "PPID was $PPID" &amp;gt;&amp;gt; /tmp/silly.log
ps aux |grep $PPID &amp;gt;&amp;gt; /tmp/silly.log
exec $0.bin $@
# chmod u+x btool.sh
# mv btool btool.bin
# ln -s btool.sh btool
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you do try this, please test in a safe place before dropping it in.  Measure twice, cut once.&lt;BR /&gt;
Feel free to use fancier tools if you have them.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 09:36:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56671#M7068</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2013-03-12T09:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn off debug in btool.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56672#M7069</link>
      <description>&lt;P&gt;I noticed the same issue. In one particular hour there were 7 billion btool.log entries logged with DEBUG in the message but it is not being extracted as the log_level. Did you find any answer to this?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 18:16:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56672#M7069</guid>
      <dc:creator>mikesaia</dc:creator>
      <dc:date>2013-06-03T18:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn off debug in btool.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56673#M7070</link>
      <description>&lt;P&gt;I removed all the *debug*cfg files from the splunk etc directory, restarted splunk and this seemed to do the trick for me.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56673#M7070</guid>
      <dc:creator>warrenpage</dc:creator>
      <dc:date>2020-09-28T14:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn off debug in btool.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56674#M7071</link>
      <description>&lt;P&gt;I'd like to comment that unless you're searching terms that would &lt;EM&gt;include&lt;/EM&gt; those entries, and later filtering them, they're not likely to impact your search performance. You might consider the job inspector for tips on where to go next.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Search/Writebettersearches"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/Search/Writebettersearches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2013 12:23:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56674#M7071</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-07-07T12:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn off debug in btool.</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56675#M7072</link>
      <description>&lt;P&gt;This just means that when the tools are run with debug, they won't know how to log.  I can't recommend this generally.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2013 21:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-turn-off-debug-in-btool/m-p/56675#M7072</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2013-07-08T21:15:06Z</dc:date>
    </item>
  </channel>
</rss>

