Add the stack option back to the Logging integration - #176
Conversation
|
@jrideout thanks! I believe we want to somehow expose this on the scope instead of having special options on the logger though. That approach did not scale well in Raven. |
|
@untitaker Can you please describe what you mean by For some context, we've configured our lambda based apps to use: Which is probably sending way too much. I was hoping to turn off |
|
@jrideout we have these scopes to override default values: I wonder whether we can use scopes here too: I realize this is not optimal but I want to get rid of the weird arguments on logging calls |
|
What about using |
|
I like that idea, not sure if we have this info. @mitsuhiko what do you think? |
b20bd82 to
7d5b576
Compare
7d5b576 to
d42a501
Compare
|
@untitaker looks like we do have the full record in the handler. The logging system converts |
|
Ah yes, the |
|
@jrideout thanks for your work. Please allow me some time to think it through. I think we're good though |
|
Let's keep this open, I will check it out tomorrow |
|
oops, I don't know how I closed this, I didn't mean too! |

In Raven, you could do this:
And the stack would be collected. This adds back that feature.