Skip to content

Commit 5a8f8ca

Browse files
committed
Fixup: use '__name__' for logging handler
Signed-off-by: Toni Finger <[email protected]>
1 parent 8f4970b commit 5a8f8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/kaas/plugin/plugin_kind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from interface import KubernetesClusterPlugin
77
from pytest_kind import KindCluster
88

9-
logger = logging.getLogger("plugin_kind")
9+
logger = logging.getLogger(__name__)
1010

1111

1212
class PluginKind(KubernetesClusterPlugin):

0 commit comments

Comments
 (0)