From a133fd827d61c701f32dfda149cf190eb12a9199 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Tue, 7 May 2024 17:10:26 +0200 Subject: [PATCH] Changelog: fixed. Improved log message when deleting in cleanup cronjob --- project/app/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/app/application.py b/project/app/application.py index 40a1905..d60645d 100644 --- a/project/app/application.py +++ b/project/app/application.py @@ -82,7 +82,7 @@ async def check_running_services(): > 1800 ): log.info( - f"PeriodicCheck - {service['name']} is no longer running at {service['jupyterhub']}. Stop it." + f"PeriodicCheck - {service['jupyterhub_userid']}_{service['name']}_{service['start_id']} is no longer running at {service['jupyterhub']}. Stop it." ) try: await full_stop_and_remove( -- GitLab