There is 1 comment.
 
 
Job Macro / cid:jira-generated-image-avatar-eae27739-42c3-4d6e-acad-42adeb1d2080 JOBMACRO-20 In Progress

Jobs executed with the job macro don't display / store logs

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-a0c148d7-206b-440c-a6e1-1f5385937c03 Thomas Mortagne on 10/Feb/25 10:31
 

So, from what I can see, the log is serialized fine (it's just that it's done old style, and not in its own file). The problem has more to do with the fact that it's just not possible to unserialize the job macro status because of https://github.com/xwiki-contrib/macro-job/blob/7e52f5268a659034f4969aec2c971b39005e41b7/macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroStatusWrapper.java#L98. So not sure this ever worked.