CodeGrade / orca

Grading job server for CS student submissions.
0 stars 1 forks source link

Fix: Worker Logging #68

Closed williams-jack closed 1 month ago

williams-jack commented 1 month ago

Feature/Problem Description

The Worker must match the same functionality as the Orchestrator in terms of logging.

This means writing things to STDOUT if no logging directory is provided, otherwise writng to that directory and creating it if it does not already exist.

Solution (Changes Made)