diff --git a/src/main/resources/application-RECEIVER.properties b/src/main/resources/application-RECEIVER.properties index 677cd9af..1c4669ab 100644 --- a/src/main/resources/application-RECEIVER.properties +++ b/src/main/resources/application-RECEIVER.properties @@ -6,7 +6,7 @@ logging.config=classpath:logback-RECEIVER.xml # Choose which events to log from list bellow #auditableEvents=ALL,NONE,SELF_DESCRIPTION,SELF_DESCRIPTION_ALL,CONTRACT_OFFER,OFFERED_RESOURCE,REPRESENTATION,USER,EXCEPTION,CONNECTOR # if left empty it will default to ALL -application.logging.auditableEvents= +application.logging.auditableEvents=ALL #GLOBAL PROPERTIES #define the directory where you can find certificates @@ -195,7 +195,7 @@ application.selfdescription.inboundModelVersion=4.0.0,4.1.0,4.1.2,4.2.0,4.2.1,4. application.selfdescription.defaultEndpoint= #H2 properties -spring.datasource.url=jdbc:h2:file:./audit_logs_receiever;CIPHER=AES +spring.datasource.url=jdbc:h2:file:./audit_logs_receiver;CIPHER=AES spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.datasource.driver-class-name=org.h2.Driver