Skip to content

Commit

Permalink
facility-, processor-, productclass-, user-mgr: file.name in app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChaykovskiy committed Apr 26, 2024
1 parent 2639780 commit 8633ddf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion facility-mgr/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spring:
password: <db_pwd>
packagesToScan: de.dlr.proseo.model
logging:
file: /proseo/log/proseo-facility-mgr.log
file:
name: /proseo/log/proseo-facility-mgr.log
level:
root: INFO
de.dlr.proseo: TRACE
3 changes: 2 additions & 1 deletion processor-mgr/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spring:
username: <db_user>
password: <db_pwd>
logging:
file: /proseo/log/proseo-processor-mgr.log
file:
name: /proseo/log/proseo-processor-mgr.log
level:
root: INFO
de.dlr.proseo: TRACE
3 changes: 2 additions & 1 deletion productclass-mgr/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spring:
username: <db_user>
password: <db_pwd>
logging:
file: /proseo/log/proseo-productclass-mgr.log
file:
name: /proseo/log/proseo-productclass-mgr.log
level:
root: INFO
de.dlr.proseo: TRACE
3 changes: 2 additions & 1 deletion user-mgr/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spring:
username: <db_user>
password: <db_pwd>
logging:
file: /proseo/log/proseo-user-mgr.log
file:
name: /proseo/log/proseo-user-mgr.log
level:
root: INFO
de.dlr.proseo: TRACE
Expand Down

0 comments on commit 8633ddf

Please sign in to comment.