summaryrefslogtreecommitdiffstats
path: root/func/logger.py
Commit message (Collapse)AuthorAgeFilesLines
* Just some permissions clean up on source files, mostlyAdrian Likins2009-01-191-0/+0
| | | | removing 'x' bits on source code and makefiles
* aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-241-1/+1
| | | | | | | also missed a use of SSLCommon. darn grep, must be broken. Yeah, thats it, grep screw up. Nope, not me. Not me at all.
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-5/+0
|
* 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)