79274719

Date: 2024-12-12 10:31:08
Score: 0.5
Natty:
Report link

It seems to me you've nailed down two possible ways to solve the problem.

  1. Configure the logger so that it doesn't show what you don't want to see with a filter. This seems to be the best, you just need to make sure the scope of your instances/variables (notably the filter) can be reached.

  2. Traceback the logs before they are printed out. This might work but you'll probably need a lot of compute if you want to reach non consecutive logs.

Hope this helps!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adrien Forcada