Refactor: python: Remove the debug_level argument from LogWatcher.
No caller ever passes a different log level, so the only way to change
it is in the code itself. I doubt anyone's doing that, so debug_level
will always be 1. Remove all code that depends on it being otherwise.