diff --git a/ucoin/network/__init__.py b/ucoin/network/__init__.py
index b791fd978f5939573143003f28829a222b88f856..76450488074152af04edb8afda33f4c35f677547 100644
--- a/ucoin/network/__init__.py
+++ b/ucoin/network/__init__.py
@@ -19,11 +19,11 @@
 from .. import API
 from .. import logging
 
-logger = logging.getLogger("ucoin/ucg")
+logger = logging.getLogger("ucoin/network")
 
 
 class Network(API):
-    def __init__(self, module='ucg', server=None, port=None):
+    def __init__(self, module='network', server=None, port=None):
         super().__init__(module, server, port)