From: <ju...@us...> - 2017-05-15 23:49:14
|
Revision: 8896 http://sourceforge.net/p/smartfrog/svn/8896 Author: julgui Date: 2017-05-15 23:49:11 +0000 (Mon, 15 May 2017) Log Message: ----------- Removed stack trace on property Modified Paths: -------------- trunk/core/smartfrog/bin/default.ini Modified: trunk/core/smartfrog/bin/default.ini =================================================================== --- trunk/core/smartfrog/bin/default.ini 2017-05-15 23:48:03 UTC (rev 8895) +++ trunk/core/smartfrog/bin/default.ini 2017-05-15 23:49:11 UTC (rev 8896) @@ -32,7 +32,7 @@ org.smartfrog.sfcore.logging.LogImpl.logLevel=3 # Optional boolean property to include stack trace with error message -org.smartfrog.sfcore.common.Logger.logStackTrace=true +org.smartfrog.sfcore.common.Logger.logStackTrace=false # Optional boolean property to check java nslookup # org.smartfrog.sfcore.common.Logger.testNetwork=false This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |