Skip to content

Commit

Permalink
ajout log info
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Sep 26, 2023
1 parent 1a91c42 commit f5acd99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void run(String... args) throws IOException {
if(args.length == 0 || args[0] == null || args[0].trim().isEmpty()) {
log.error("Message envoyé : {}", "Le chemin d'accès au fichier tsv n'a pas été trouvé dans les paramètres de l'application");
} else {
log.info("Debut envois kafka de : " + args[0]);
// Récupération du chemin d'accès au fichier
File tsvFile = new File(args[0]);

Expand Down

0 comments on commit f5acd99

Please sign in to comment.