Skip to content

Commit 61ec396

Browse files
changed logger name for clarity
1 parent d58e22c commit 61ec396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nx_vis_visualizer/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import networkx as nx
1212

13-
logger = logging.getLogger(__name__)
13+
logger = logging.getLogger("nx_vis_visualizer")
1414

1515
# Runtime compatible TypeVar for NetworkX graphs
1616
GraphType = TypeVar("GraphType", nx.Graph, nx.DiGraph) # type: ignore[type-arg]

0 commit comments

Comments
 (0)