Skip to content

Commit 0e4d031

Browse files
committed
Fix the logger name
1 parent ced72d9 commit 0e4d031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gsetwacom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import rich.logging
1919
from gi.repository import Gio, GLib # type: ignore
2020

21-
logger = logging.getLogger("uji")
21+
logger = logging.getLogger("gsetwacom")
2222
logger.addHandler(rich.logging.RichHandler())
2323
logger.setLevel(logging.ERROR)
2424

0 commit comments

Comments
 (0)