puffproject / test-runner

Backend microservice managing user code uploads and running test cases
MIT License
0 stars 0 forks source link

Add more logging in service classes #8

Open benjaminkostiuk opened 3 years ago

benjaminkostiuk commented 3 years ago

The logging is missing for the service classes to help with debugging through logs eventually. It might be nice to have an annotation that we could add that would take the LEVEL and log the input and outputs.

benjaminkostiuk commented 3 years ago

We should be using Slf4j where possible.