Changeset 7848 for trunk/anuga_core/source/anuga/utilities/log.py
- Timestamp:
- Jun 16, 2010, 2:50:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/utilities/log.py
r7810 r7848 126 126 logging.getLevelName(console_logging_level))) 127 127 if _new_python: 128 logging.log(logging. CRITICAL, start_msg,128 logging.log(logging.INFO, start_msg, 129 129 extra={'mname': __name__, 'lnum': 0}) 130 130 else: 131 logging.log(logging. CRITICAL, start_msg)131 logging.log(logging.INFO, start_msg) 132 132 133 133 # mark module as *setup*
Note: See TracChangeset
for help on using the changeset viewer.