Skip to content

Commit

Permalink
Update properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Feb 26, 2024
1 parent f9e5887 commit c11aaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecc_resources_consumer/application-docker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.devtools.restart.enabled=false
# 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=NONE
application.logging.auditableEvents=ALL

#define the directory where you can find certificates
application.targetDirectory=/cert/
Expand Down
2 changes: 1 addition & 1 deletion ecc_resources_provider/application-docker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.devtools.restart.enabled=false
# 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=NONE
application.logging.auditableEvents=ALL

#define the directory where you can find certificates
application.targetDirectory=/cert/
Expand Down

0 comments on commit c11aaad

Please sign in to comment.