puffproject/test-runner

Add more logging in service classes

Opened this issue · 1 comments

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.

We should be using Slf4j where possible.