------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4523/
------------------------------------------------------------------------------

New update by kyz
For Beanbag, Inc. > Review Board > Ticket #4523


Reply:

    So what's happening here is that we actually wrap all logging methods to 
add support for `request=`. We used to support Python 2.4, back when this was 
added, and there was no `extra=` back then. However, what we have should 
continue to work just fine today, provided that the code doing the wrapping is 
initialized. This is happening in `djblets/log/__init__.py` (see 
`_wrap_logger`).
    
    My thinking is that somehow, the wrapping is either not occurring or is 
being undone. I wish I knew why, but I don't. However, moving to `extra=` is 
better all around.
    
    We still haven't hit this on our end, and I want to figure out why that is. 
Can you tell me:
    
    1) Do you have any extensions loaded?
    2) Do you have any custom logging configuration anywhere in 
`settings_local.py`?
    3) Is logging enabled on your system?
    4) What's your web server configuration like? (Apache? mod_wsgi? What does 
that configuration look like?)


Status:
    - New
    + NeedInfo


Milestones:
    + Release-2.5.x


Tags:
    - Priority:Medium
    + Priority:High


Assigned to:
    + chipx86

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to