diff --git a/MyINPulse-back/src/main/java/enseirb/myinpulse/service/database/old_controllers_to_convert_to_services/EntrepreneurController.java b/MyINPulse-back/src/main/java/enseirb/myinpulse/service/database/EntrepreneurService.java similarity index 100% rename from MyINPulse-back/src/main/java/enseirb/myinpulse/service/database/old_controllers_to_convert_to_services/EntrepreneurController.java rename to MyINPulse-back/src/main/java/enseirb/myinpulse/service/database/EntrepreneurService.java diff --git a/MyINPulse-back/src/main/resources/application.properties b/MyINPulse-back/src/main/resources/application.properties index 08dccb9..a6e039e 100644 --- a/MyINPulse-back/src/main/resources/application.properties +++ b/MyINPulse-back/src/main/resources/application.properties @@ -6,3 +6,4 @@ spring.datasource.url=jdbc:postgresql://${DATABASE_URL}/${BACKEND_DB} spring.datasource.username=${BACKEND_USER} spring.datasource.password=${BACKEND_PASSWORD} spring.jpa.hibernate.ddl-auto=update +logging.pattern.console=%d{yyyy-MMM-dd HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{15}) - %msg %n \ No newline at end of file diff --git a/MyINPulse-back/src/main/resources/log4j2.xml b/MyINPulse-back/src/main/resources/log4j2.xml deleted file mode 100644 index 5616b9b..0000000 --- a/MyINPulse-back/src/main/resources/log4j2.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file