Browse Source

Trying to figure out why NPC scripts do not launch on rez

Gwyneth Llewelyn 3 years ago
parent
commit
6fa77bdfb9
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .gitignore
  2. 1 1
      bin/grid/BetaTrash/OpenSim.exe.config

+ 2 - 0
.gitignore

@@ -64,6 +64,7 @@ bin/estate_settings.xml
 bin/config-include/CenomeCache.ini
 bin/config-include/FlotsamCache.ini
 bin/config-include/GridCommon.ini
+bin/config-include/osslEnable.ini
 bin/config-include/StandaloneCommon.ini
 bin/OpenSim.Grid.AssetInventoryServer.log
 bin/OpenSim.Grid.AssetServer.log
@@ -120,6 +121,7 @@ bin/OpenSim.ini
 # Additional personalised files that shouldn't been propagated
 http_404.html
 http_loginform.html
+bin/grid
 grid/
 
 # Stupid macOS temporary files

+ 1 - 1
bin/grid/BetaTrash/OpenSim.exe.config

@@ -29,7 +29,7 @@
     </appender>
 
     <root>
-      <level value="ALL" />
+      <level value="DEBUG" />
       <appender-ref ref="Console" />
       <appender-ref ref="RollingFileAppender" />
     </root>