Skip to content

Commit

Permalink
Merge pull request #78 from ivor11/feat/elk-stack-setup
Browse files Browse the repository at this point in the history
feat(elk-stack-setup): add logging.file.name ci env
  • Loading branch information
drtechie authored Dec 9, 2024
2 parents 8fc331c + 5268169 commit 7c92a29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/environment/1097_ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ [email protected]_IDENTITY_URL@
spring.datasource.username=@env.DATABASE_IDENTITY_USERNAME@
spring.datasource.password=@env.DATABASE_IDENTITY_PASSWORD@
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

#ELK logging file name
logging.file.name=@env.IDENTITY_API_1097_LOGGING_FILE_NAME@
3 changes: 3 additions & 0 deletions src/main/environment/common_ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ [email protected]_IDENTITY_URL@
spring.datasource.username=@env.DATABASE_IDENTITY_USERNAME@
spring.datasource.password=@env.DATABASE_IDENTITY_PASSWORD@
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

#ELK logging file name
logging.file.name=@env.IDENTITY_API_LOGGING_FILE_NAME@

0 comments on commit 7c92a29

Please sign in to comment.