Changeset 1236
- Timestamp:
- 08/11/06 15:36:25
- Files:
-
- trunk/cherrypy/__init__.py (modified) (1 diff)
- trunk/cherrypy/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/__init__.py
r1232 r1236 124 124 _error_log.setLevel(_logging.DEBUG) 125 125 126 _access_log = _logging.getLogger("cherrypy.access") 127 _access_log.setLevel(_logging.INFO) 128 126 129 def _log_message(msg, context = '', severity = _logging.DEBUG): 127 130 """Default method for logging messages (error log). trunk/cherrypy/config.py
r1226 r1236 102 102 103 103 _configure_builtin_logging(globalconf, cherrypy._error_log) 104 _configure_builtin_logging(globalconf, cherrypy._access_log, "log_access_file") 104 105 105 106 def _add_builtin_screen_handler(log):

