Skip to content

Commit

Permalink
Remove unnecessary logger.setLevel.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 31, 2024
1 parent aff6d2b commit 12b1881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion PyFunceble/ext/process_manager/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
from PyFunceble.ext.process_manager.worker.core import WorkerCore

logger = logging.getLogger("PyFunceble.ext.process_manager")
logger.setLevel(logging.CRITICAL)


class ProcessManagerCore:
Expand Down
1 change: 0 additions & 1 deletion PyFunceble/ext/process_manager/worker/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
from typing import Any, List, Optional

logger = logging.getLogger("PyFunceble.ext.process_manager")
logger.setLevel(logging.CRITICAL)


class WorkerCore(multiprocessing.Process):
Expand Down

0 comments on commit 12b1881

Please sign in to comment.