fix: update logging messages to reflect new MaxKB branding
This commit is contained in:
parent
64b1f3d33a
commit
54578eff33
@ -26,7 +26,7 @@ class ServicesUtil(object):
|
|||||||
|
|
||||||
def start_and_watch(self):
|
def start_and_watch(self):
|
||||||
logging.info(time.ctime())
|
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()
|
self.start()
|
||||||
if self.run_daemon:
|
if self.run_daemon:
|
||||||
self.show_status()
|
self.show_status()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user