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/hgwdev.hg.conf confs/hgwdev.hg.conf
index d1e215f..65c5631 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -184,31 +184,31 @@
 #   hgta.disableAllTables=yes
 
 # If this option is enabled, the browser CGIs will attempt to generate a an
 # stack traceback on error and dump it to stderr (which is normally captured
 # in the web server error log).  This requires the pstack package to be
 # install, which is available on for unix and linux systems.  If
 # signalsHandler is enabled, the stack will also be printed when a signal
 # indicating an error occurs.
 browser.dumpStack=on
 # log signals
 signalsHandler=on
 
 #  turn on google analytics by setting this key.  This is the identifier
 #	specified by your analytics account
 #  set key for analytics account, used in the getTracker(key) function
-#analyticsKey=UA-4289047-3
+analyticsKey=UA-4289047-3
 
 # These settings enable geographic allele frequency images on the 
 # details pages for the HGDP Allele Frequency (hgdpGeo) track.
 # (HGDP = Human Genome Diversity Project)
 # Programs required for per-SNP geographic maps of HGDP population
 # allele frequencies:
 hgc.psxyPath=/hive/data/outside/GMT4.3.1/bin/psxy
 hgc.ps2rasterPath=/hive/data/outside/GMT4.3.1/bin/ps2raster
 hgc.ghostscriptPath=/usr/bin/ghostscript
 
 # Customize your downloads.server machine name here
 downloads.server=hgdownload-test.cse.ucsc.edu
 
 # Temporary flag to help disable new custom track validator if needed
 # If you turn the flag off, it reverts to the old validator 
@@ -272,15 +272,17 @@
 #db.grp=myStuffgrp,grp
 #
 
 # set browser.javaScriptDir for per-developer javascript in trees that do NOT have their own DocumentRoot
 # browser.javaScriptDir=js/<your userid here>
 
 #tell hdb.c code that this is our development server
 test.dev=on
 
 # No Sql Injection settings
 # values for level are ignore, logOnly, warn, abort
 noSqlInj.level=abort
 # values for dumpStack are on, off
 noSqlInj.dumpStack=on
 
+# Log visible tracks to error_log
+trackLog=on