Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Sep 5, 2024
1 parent f195065 commit 6b2bdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ru/r2cloud/cloud/LeoSatDataService.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void uploadObservation(Observation observation) {
if (config.getBoolean("r2cloud.syncSpectogram")) {
uploadSpectogram(observation, id);
}
LOG.info("[{}] observation uploaded", observation.getId());
LOG.info("[{}] observation uploaded. remote id: {}", observation.getId(), id);
}

private void uploadSpectogram(Observation observation, Long id) {
Expand Down

0 comments on commit 6b2bdfb

Please sign in to comment.