including server start msg log level

This commit is contained in:
Ayush Saini 2025-02-09 00:59:00 +05:30
parent 02205dc594
commit c9190b1267
3 changed files with 43 additions and 11 deletions

View file

@ -390,7 +390,7 @@ class ServerController:
f' ({app.env.engine_build_number})'
f' entering server-mode {curtimestr}{Clr.RST}'
)
logging.info(startupmsg)
print(startupmsg)
if sessiontype is bascenev1.FreeForAllSession:
appcfg['Free-for-All Playlist Selection'] = self._playlist_name