Skip to content

Commit 38b4fc0

Browse files
Merge pull request #259 from Engineering-Research-and-Development/develop
Develop
2 parents bff22d8 + 7e0aee0 commit 38b4fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-RECEIVER.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ logging.config=classpath:logback-RECEIVER.xml
66
# Choose which events to log from list bellow
77
#auditableEvents=ALL,NONE,SELF_DESCRIPTION,SELF_DESCRIPTION_ALL,CONTRACT_OFFER,OFFERED_RESOURCE,REPRESENTATION,USER,EXCEPTION,CONNECTOR
88
# if left empty it will default to ALL
9-
application.logging.auditableEvents=
9+
application.logging.auditableEvents=ALL
1010

1111
#GLOBAL PROPERTIES
1212
#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.
195195
application.selfdescription.defaultEndpoint=
196196

197197
#H2 properties
198-
spring.datasource.url=jdbc:h2:file:./audit_logs_receiever;CIPHER=AES
198+
spring.datasource.url=jdbc:h2:file:./audit_logs_receiver;CIPHER=AES
199199
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
200200
spring.datasource.driver-class-name=org.h2.Driver
201201

0 commit comments

Comments
 (0)