1d95bea96bc2a652fe77b22c0639eaa888fe858f max Fri Oct 24 05:34:54 2025 -0700 adding CGI var logging option for hg.conf, refs #36533 diff --git src/hg/inc/hgConfig.h src/hg/inc/hgConfig.h index c4339d366c4..d8adc31c487 100644 --- src/hg/inc/hgConfig.h +++ src/hg/inc/hgConfig.h @@ -38,16 +38,20 @@ struct slName *cfgNames(); /* get list of names in config file. slFreeList when finished */ struct slName *cfgNamesWithPrefix(); /* get list of names in config file with prefix. slFreeList when finished */ struct slName *cfgValsWithPrefix(char* prefix); /* get list of values in config file with prefix. slFreeList when finished */ unsigned long cfgModTime(); /* Return modification time of config file */ void cfgSetMaxMem(); /* Check hg.conf for maxMem. If not set, don't limit memory. Otherwise * limit memory usage to that number. */ + +void cfgSetLogCgiVars(); +/* optionally activate dumping of all CGI variables to stderr log */ #endif +