<div dir="ltr"><div>you could also filter the log with something like:<br></div>>> grep "[BULLET" OpenSim.log > bullet.log<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 1, 2013 at 10:47 AM, Adams, Robert <span dir="ltr"><<a href="mailto:robert.adams@intel.com" target="_blank">robert.adams@intel.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you would like the regular "OpenSim.log" entries for BulletSim to go into a different file or to happen at a different log level, there are examples for that in the existing "bin/OpenSim.exe.config". Probably, an addition similar to:<br>

<br>
        <logger name="OpenSim.Region.Physics.BulletSPlugin.dll"><br>
                <level value="DEBUG"/><br>
        </logger><br>
<br>
You can also add an "<appender-ref>" to this "<logger>" section to have the log messages go into a different file. So, extend the example you gave with another "<logger>" section that specifies the BulletSim DLL as the 'name'.<br>

<br>
BulletSim has its own VERY DETAILED logging that outputs all the gritty details of operation to separate log files. This logging is enabled from your INI file with:<br>
<br>
        [BulletSim]<br>
        PhysicsLoggingEnabled = True<br>
        PhysicsLoggingDir = "."                  ; can be set to any directory<br>
        VehicleLoggingEnabled = False    ; set to 'True' to also get messages on vehicle computations<br>
<br>
To understand the output of the detail log files, you will need to refer to the sources.<br>
<br>
-- ra<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:opensim-dev-bounces@lists.berlios.de">opensim-dev-bounces@lists.berlios.de</a> [mailto:<a href="mailto:opensim-dev-bounces@lists.berlios.de">opensim-dev-bounces@lists.berlios.de</a>] On Behalf Of OpenSimFan<br>

Sent: Wednesday, July 31, 2013 5:50 PM<br>
To: <a href="mailto:opensim-dev@lists.berlios.de">opensim-dev@lists.berlios.de</a><br>
Subject: [Opensim-dev] I need a small favor - add bulletsim log to OpenSim.exe.config<br>
<br>
I need a small favor. I want to add bulletsim log to OpenSim.exe.config as a separate logfile for debugging, but not sure how.. please help<br>
<br>
here is mine<br>
OpenSim.exe.config<br>
<<a href="https://dl.dropboxusercontent.com/u/37745116/OpenSim.exe.config" target="_blank">https://dl.dropboxusercontent.com/u/37745116/OpenSim.exe.config</a>><br>
<br>
maybe add this as a ".example"  to git master...<br>
<br>
<br>
Thank you..<br>
<br>
<br>
<br>
<br>
-----<br>
_________________________________________<br>
Keep up the good work.!!! - OpenSimFan<br>
My Opensim/Second Life Blog<br>
<a href="http://verwijs.wordpress.com" target="_blank">http://verwijs.wordpress.com</a><br>
(Dutch, basic hardware/software help  windows, Mac, Linux) <a href="http://verwijs-pc.nl" target="_blank">http://verwijs-pc.nl</a> My Twitter Page:<br>
<a href="http://twitter.com/OpenSimFan" target="_blank">http://twitter.com/OpenSimFan</a><br>
My Facebook page (be my friend, please ) <a href="http://www.facebook.com/andre.verwijs" target="_blank">http://www.facebook.com/andre.verwijs</a><br>
--<br>
View this message in context: <a href="http://opensim-dev.2196679.n2.nabble.com/I-need-a-small-favor-add-bulletsim-log-to-OpenSim-exe-config-tp7578687.html" target="_blank">http://opensim-dev.2196679.n2.nabble.com/I-need-a-small-favor-add-bulletsim-log-to-OpenSim-exe-config-tp7578687.html</a><br>

Sent from the opensim-dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</div></div></blockquote></div><br></div>