Skip to content

Commit

Permalink
refactor(bpdm) - changes in logging level's
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilva-CGI committed Nov 28, 2023
1 parent 707f80c commit b879075
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 9 deletions.
7 changes: 6 additions & 1 deletion bpdm-bridge-dummy/src/main/resources/application-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ bpdm:
logging:
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
com:
catenax:
bpdm:
bridge:
dummy: DEBUG

spring:
security:
Expand Down
7 changes: 6 additions & 1 deletion bpdm-bridge-dummy/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ logging:
unknown-user: Anonymous
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-20.20X{user:-System}]){blue} %clr([%-36.36X{request:-No Request}]){magenta} %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
com:
catenax:
bpdm:
bridge:
dummy: DEBUG

#Enable actuator endpoints
management:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ logging:
unknown-user: Anonymous
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-20.20X{user:-System}]){blue} %clr([%-36.36X{request:-No Request}]){magenta} %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
org:
eclipse:
tractusx:
bpdm:
cleaning: DEBUG

# Enable actuator endpoints
management:
Expand Down
7 changes: 6 additions & 1 deletion bpdm-gate/src/main/resources/application-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ bpdm:
logging:
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
org:
eclipse:
tractusx:
bpdm:
gate: DEBUG

#Spring OAuth configuration
spring:
Expand Down
7 changes: 6 additions & 1 deletion bpdm-gate/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ logging:
unknown-user: Anonymous
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-20.20X{user:-System}]){blue} %clr([%-36.36X{request:-No Request}]){magenta} %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
org:
eclipse:
tractusx:
bpdm:
gate: DEBUG

# Enable actuator endpoints
management:
Expand Down
7 changes: 6 additions & 1 deletion bpdm-orchestrator/src/main/resources/application-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ bpdm:
logging:
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
org:
eclipse:
tractusx:
bpdm:
orchestrator: DEBUG

# Spring security
spring:
Expand Down
7 changes: 6 additions & 1 deletion bpdm-orchestrator/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ logging:
unknown-user: Anonymous
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-20.20X{user:-System}]){blue} %clr([%-36.36X{request:-No Request}]){magenta} %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
org:
eclipse:
tractusx:
bpdm:
orchestrator: DEBUG

# Enable actuator endpoints
management:
Expand Down
7 changes: 6 additions & 1 deletion bpdm-pool/src/main/resources/application-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ bpdm:
logging:
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
org:
eclipse:
tractusx:
bpdm:
pool: DEBUG

spring:
security:
Expand Down
7 changes: 6 additions & 1 deletion bpdm-pool/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ logging:
unknown-user: Anonymous
pattern: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([%-20.20X{user:-System}]){blue} %clr([%-36.36X{request:-No Request}]){magenta} %clr([%-15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx"
level:
root: DEBUG
root: INFO
org:
eclipse:
tractusx:
bpdm:
pool: DEBUG

# Enable actuator endpoints
management:
Expand Down

0 comments on commit b879075

Please sign in to comment.