Changes between Version 1 and Version 2 of S3/S3Log
- Timestamp:
- 02/16/14 21:28:59 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Log
v1 v2 71 71 === Caller Info === 72 72 73 With settings.log.caller_info = True, the log messages will include information about the origin of the log message (file name, line number, function name): 73 With 74 {{{#!python 75 settings.log.caller_info = True 76 }}} 77 the log messages will include information about the origin of the log message (file name, line number, function name): 74 78 {{{ 75 79 2014-02-16 11:58:23 (applications/eden/modules/s3/s3rest.py 477 __init__) ERROR: Something went wrong: Example