You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For certification, it would be nice to be able to turn on or up logging for the API responses and have that be a documented feature in this repository. Having that logging dump the raw JSON responses would be preferable, as they are easier to format and read. If implemented it might be a good idea to put these logs at the TRACE level, so if you wanted to run the logs at the DEBUG level and not see them you could, or turn the logs up to TRACE and see the full responses of the API.
The text was updated successfully, but these errors were encountered:
After submitting this I thought that this could be possible through configuration. I'm just not as familiar with Kotlin as I am with Java and Groovy. If this is possible through configuration, adding documentation on what to add to a logback or log4j configuration would be helpful.
For certification, it would be nice to be able to turn on or up logging for the API responses and have that be a documented feature in this repository. Having that logging dump the raw JSON responses would be preferable, as they are easier to format and read. If implemented it might be a good idea to put these logs at the TRACE level, so if you wanted to run the logs at the DEBUG level and not see them you could, or turn the logs up to TRACE and see the full responses of the API.
The text was updated successfully, but these errors were encountered: