When deselecting an filter context on output the call locations stay


Self explanatory, when deselecting an context on the output the context stays, which basically ruins the entire point

Expected behavior

The call locations disappear with the actual error

Hi, thank you for filing this. It would be helpful if you could also send a video (in a direct message if necessary) about this, in my quick local repro this seemed to work as expected.

@QALOLTHING,

Thank you for the video!

It seems like you’re unchecking the error log level and the error disappears but the callstack stays. Since the callstack is not logged as error, it stays in the output. When you uncheck “Information”, the callstack will disappear.

One option to deal with this is to wrap your errors in pcall-s and log custom log the callstack as a warning or error.