Skip to content

Commit

Permalink
Revert logging setting
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
  • Loading branch information
DimedS committed Jul 15, 2024
1 parent 19f55ba commit 2a69763
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions kedro-telemetry/kedro_telemetry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""Kedro plugin for collecting Kedro usage data."""

__version__ = "0.5.0"

import logging

logging.getLogger(__name__).setLevel(logging.INFO)
2 changes: 1 addition & 1 deletion kedro-telemetry/kedro_telemetry/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
PYPROJECT_CONFIG_NAME = "pyproject.toml"
UNDEFINED_PACKAGE_NAME = "undefined_package_name"

logger = logging.getLogger(__name__)
logger = logging.getLogger("kedro.telemetry")


def _hash(string: str) -> str:
Expand Down

0 comments on commit 2a69763

Please sign in to comment.