HomeClusterLabs Projects

Refactor: python: Remove the debug_level argument from LogWatcher.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

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.

Details

Provenance
clumensAuthored on Mar 29 2023, 2:17 PM

Commit No Longer Exists

This commit no longer exists in the repository.