diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands
index c68279f..5305ddc 100755
--- a/dotfiles/.local/bin/commands
+++ b/dotfiles/.local/bin/commands
@@ -22,6 +22,10 @@ import time
 import traceback
 
 
+logger = logging.getLogger(__name__)
+logger.setLevel(logigng.INFO)
+
+
 def custom_notify(
     title=None,
     msg=None,
@@ -1141,7 +1145,7 @@ def http_server(argv):
         else:
             path = options.token
 
-        print(
+        logger.info(
             'access url is http://%s:%d/%s/' % (
                 options.host,
                 options.port,