Changes between Initial Version and Version 1 of Ticket #27543
- Timestamp:
- Nov 28, 2016, 9:54:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27543 – Description
initial v1 13 13 14 14 My logging setup : 15 16 {{{ 15 17 LOGGING = { 16 18 'version': 1, … … 45 47 } 46 48 } 49 }}} 50 47 51 48 52 49 53 Here is the stacktrace : 50 54 {{{ 51 55 Traceback (most recent call last): 52 56 File "/home/simon/code/caravan/fibre/env-aws/lib/python3.4/site-packages/celery/app/trace.py", line 382, in trace_task … … 81 85 current_frame = tb_frame.f_back 82 86 AttributeError: '_Frame' object has no attribute 'f_back' 87 }}}