bookwyrm icon indicating copy to clipboard operation
bookwyrm copied to clipboard

Ignore VariableDoesNotExist errors in debug logging

Open cincodenada opened this issue 2 years ago • 2 comments

They're so noisy as to make debug logging useless otherwise, and we can add a logging filter to ignore them, turns out!

cincodenada avatar May 30 '22 19:05 cincodenada

Oh this is great! Thank you. It's irritating that so many are generated at all.

mouse-reeve avatar May 30 '22 19:05 mouse-reeve

Oh, I forgot I had filed a bug about this too - this should close #1906, also I ran black, it looks like pylint is failing on unrelated things. (Edit: opened #2150 to fix that)

cincodenada avatar Jun 05 '22 20:06 cincodenada

Okay, I finally circled back to this and fixed up the linting - I was helping another admin debug things the other day and was reminded that this was still outstanding, because the debug output was very noisy again :smile:

cincodenada avatar Nov 14 '22 10:11 cincodenada