mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2026-01-01 02:52:48 +00:00
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):
|
||||
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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue