Diff of /branches/os-0.6.9-post-fixes/README.txt
Parent Directory
|
Revision Log
|
Patch
| revision 249, Mon Nov 2 07:50:10 2009 UTC | revision 250, Mon Nov 2 08:33:05 2009 UTC | |
|---|---|---|
| # | Line 62 | Line 62 |
| 62 | ||
| 63 | 5. After successful build, some dependency files should have been automaticly copied to bin/ScriptEngines/Lib and bin/ScriptEngines/PythonScript directories. If they however do not exist, manually copy them from addon-modules/ModreX/ModularRex/ScriptEngines/. | 5. After successful build, some dependency files should have been automaticly copied to bin/ScriptEngines/Lib and bin/ScriptEngines/PythonScript directories. If they however do not exist, manually copy them from addon-modules/ModreX/ModularRex/ScriptEngines/. |
| 64 | ||
| 65 | ==Configuring ModreX== | |
| 66 | ===ModreX configurations=== | |
| 67 | Configurations should be copied to bin/addon-modules/ModreX/config/modrex.ini during during the build. If the file doesn't exist, manually copy file from ModreX/ModularRex/addon-modules/ModreX/config/modrex.ini. See the modrex.ini for all the configs. | |
| 68 | ||
| 69 | ===Remove NHibernate debug info from logger=== | |
| 70 | To remove NHibernate debug infromation from console and file logs, edit file OpenSim.exe.config or OpenSim.32BitLaunch.exe.config depending which binary do you run. Add these lines to file before root element: | |
| 71 | <!-- if you'd like to know what NHibernate is doing more set value="DEBUG" --> | |
| 72 | ||
| 73 | <logger name="NHibernate" additivity="false"> | |
| 74 | ||
| 75 | <level value="INFO"/> | |
| 76 | ||
| 77 | <appender-ref ref="NHibernateFileLog"/> | |
| 78 | ||
| 79 | </logger> | |
| 80 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

