fix: update logging messages to reflect new MaxKB branding

This commit is contained in:
CaptainB 2025-06-13 11:18:15 +08:00
parent 64b1f3d33a
commit 54578eff33

View File

@ -26,7 +26,7 @@ class ServicesUtil(object):
def start_and_watch(self):
logging.info(time.ctime())
logging.info(f'MaxKB version {__version__}, more see https://www.jumpserver.org')
logging.info(f'MaxKB version {__version__}, more see https://www.maxkb.cn')
self.start()
if self.run_daemon:
self.show_status()