modeld: add extra log for startup time debugging

old-commit-hash: 675eeb9d1605cb1eeca6e8752fa02b6c24512600
This commit is contained in:
Adeeb Shihadeh
2024-02-19 22:33:30 -08:00
parent 624a515885
commit 5b8eb7f9c7

View File

@@ -116,6 +116,8 @@ class ModelState:
def main(demo=False):
cloudlog.warning("modeld init")
sentry.set_tag("daemon", PROCESS_NAME)
cloudlog.bind(daemon=PROCESS_NAME)
setproctitle(PROCESS_NAME)