Changes between Initial Version and Version 1 of Ticket #27543


Ignore:
Timestamp:
Nov 28, 2016, 9:54:58 AM (7 years ago)
Author:
Simon Chenard
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27543 – Description

    initial v1  
    1313
    1414My logging setup :
     15
     16{{{
    1517 LOGGING = {
    1618     'version': 1,
     
    4547     }
    4648  }
     49}}}
     50
    4751
    4852
    4953Here is the stacktrace :
    50 
     54{{{
    5155Traceback (most recent call last):
    5256  File "/home/simon/code/caravan/fibre/env-aws/lib/python3.4/site-packages/celery/app/trace.py", line 382, in trace_task
     
    8185    current_frame = tb_frame.f_back
    8286AttributeError: '_Frame' object has no attribute 'f_back'
     87}}}
Back to Top