summaryrefslogtreecommitdiffstats
path: root/func/logger.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad indentation in certs and func dirsJames Bowes2007-09-281-1/+1
|
* log the ip address of the requester to the audit.logAdrian Likins2007-09-281-3/+3
| | | | | also ditch the "INFO" blurb in the log, since we don't really log at any other level
* config crap in one file so we don't have recursive/impossible imports, I hopeSeth Vidal2007-09-271-2/+1
|
* new config on logger.pySeth Vidal2007-09-271-7/+6
|
* move logger and config_data to func/funcAdrian Likins2007-09-271-0/+83
update modules that need new location modules/func_module.py: update to use new logger/config locations, also go ahead and register as a real module, to shut up the start up. It shouldn't hurt anything Some minor import reordering at a couple places (I try to keep at least system import alphabetical)