Closed LegendarySpork9 closed 2 months ago
Update the outputted errors from the controllers and make sure they match that of the TokenController.
Move values to a converter. Static class with constant strings that return the value for the switch. Logger needs to be passed to converters and services where required. Need to refine the logging.
Log errors as errors, if something is not a major error IE, application/operation breaking then log as a warning. Within the controllers, log the initial call with the given parameters (Info and then Debug), log the output. Always log parameters in a Debug format for the call/error.
All code added, tested and merged.
Add logging to the API through a log appender.