LabOrchestrator / LabOrchestratorLib

Library that contains the core of the lab orchestrator.
Mozilla Public License 2.0
2 stars 0 forks source link

add logging #6

Open Bergiu opened 2 years ago

Bergiu commented 2 years ago

we need to add logging where it's useful.

I think all methods needs at least info logging that it is executed and maybe information about the parameters that are inserted into the method.

otherwise warning and error levels should be added where appropriate.

debug level should be used at least in the api and controllers to print the returns from api calls. this is needed to debug potential issues in the api.