Skip to content

Commit

Permalink
- Suppression de log inutiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jvk88511334 committed Jun 18, 2024
1 parent 1a18775 commit da10966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions batch/src/main/java/fr/abes/item/batch/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ public static void main(String[] args) {
);
System.out.println("Level of log." +
" | App: " + env.getProperty("logging.level.fr.abes") +
" | Tomcat: " + env.getProperty("logging.level.tomcat") +
" | Web: " + env.getProperty("logging.level.web") +
" | Sql: " + env.getProperty("logging.level.sql") +
" | Spring: " + env.getProperty("logging.level.spring")
" | Spring: " + env.getProperty("logging.level.root")
);
}
}
5 changes: 1 addition & 4 deletions web/src/main/java/fr/abes/item/ModifDeMasseApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ public static void main(String[] args) {
);
System.out.println("Level of log." +
" | App: " + env.getProperty("logging.level.fr.abes") +
" | Tomcat: " + env.getProperty("logging.level.tomcat") +
" | Web: " + env.getProperty("logging.level.web") +
" | Sql: " + env.getProperty("logging.level.sql") +
" | Spring: " + env.getProperty("logging.level.spring")
" | Spring: " + env.getProperty("logging.level.root")
);
}

Expand Down

0 comments on commit da10966

Please sign in to comment.