ganga-devs / ganga

Ganga is an easy-to-use frontend for job definition and management
GNU General Public License v3.0
100 stars 159 forks source link

Add logging functionality to `InteractiveScriptTemplate.py.template` #2282

Closed samadpls closed 9 months ago

samadpls commented 9 months ago

resolved #2174 Added log file functionality for Interactive backend

egede commented 9 months ago

There should also be a test case written that shows that it works. Please ask for further advice when getting to that point.

samadpls commented 9 months ago

Hey, @egede, thanks for your response. I apologize for my mistake, but I have updated the code, and it is now saving output in their respective files and matching the output of the local backend. However, I am still unsure about the correct directory for writing the test cases. Could you please clarify that for me? Thanks.

Edit: One integration test is currently failing and I'm trying to determine the potential reason. It would be helpful if you could also point out the reason for the test case failure.

egede commented 9 months ago

Please delete the branch your side to avoid pushing to the already merged branch.