Skip to content
Snippets Groups Projects
Commit d33cb0e1 authored by Martin Mareš's avatar Martin Mareš
Browse files

Joby: Při zakládání jobu zalogovat i typ jobu

parent e3ff9bb8
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class TheJob:
self.job_id = self.job.job_id
self._set_log_prefix()
logger.info(f'{self.log_prefix} Vytvořen pro uživatele #{self.job.user_id}')
logger.info(f'{self.log_prefix} Vytvořen pro uživatele #{self.job.user_id}, typ={type.name}')
job_dir = self.job.dir_path()
if os.path.exists(job_dir):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment