411df4b1613f29fbcb00c45bbf947ed8fbc872ea
steve
  Thu Sep 18 12:49:08 2014 -0700
Added trackLog lines; made corrections to reflect additions to hg.conf files that were not added here; refs #8383
diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf
index b86877f..3b292db 100644
--- confs/hgwbeta.hg.conf
+++ confs/hgwbeta.hg.conf
@@ -110,15 +110,25 @@
 # Parallel fetching of remote network resources using bigDataUrl such as trackHubs and customTracks
 # how many threads to use (set to 0 to disable)
 parallelFetch.threads=100
 # how long to wait in seconds for parallel fetch to finish
 parallelFetch.timeout=90
 
 # Temporary flag to help disable new custom track validator if needed
 # If you turn the flag off, it reverts to the old validator 
 newCustomTrackValidate=on
 
 # No Sql Injection settings
 # values for level are ignore, logOnly, warn, abort
 noSqlInj.level=warn
 # values for dumpStack are on, off
 noSqlInj.dumpStack=on
+
+# line added to turn off the new hash-enhanced hgsid/uid values
+#browser.sessionKey=off
+
+# Apply a maximum to the size of MAF and VCF custom tracks supplied
+# directly (instead of via bigURLs).
+#customTracks.maxBytes=52428800
+
+# Log visible tracks to error_log
+trackLog=on