Skip to content

Commit

Permalink
#68: Adjusted log output to match ConfigurationService
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeacham committed Jul 3, 2024
1 parent 04579ef commit bd2e8e6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ public ResponseEntity<AboutDTO> getAboutInfo() {

logger.info("Called REST method to GET about info");

logger.debug("SPYDERISK_VERSION: {}", spyderiskVersion);
logger.debug("SPYDERISK_COMMIT_SHA: {}", spyderiskCommitSha);
logger.debug("SPYDERISK_COMMIT_TIMESTAMP: {}", spyderiskCommitTimestamp);
logger.debug("SPYDERISK_ADAPTOR_VERSION: {}", spyderiskAdaptorVersion);
logger.debug("Spyderisk version: {}", spyderiskVersion);
logger.debug("Spyderisk commit SHA: {}", spyderiskCommitSha);
logger.debug("Spyderisk commit timestamp: {}", spyderiskCommitTimestamp);
logger.debug("Spyderisk adaptor version: {}", spyderiskAdaptorVersion);

AboutDTO aboutDTO = new AboutDTO();

Expand Down

0 comments on commit bd2e8e6

Please sign in to comment.