Skip to content

Commit

Permalink
Remove log error message about rack assigner
Browse files Browse the repository at this point in the history
  • Loading branch information
smozely committed Dec 7, 2023
1 parent 2968749 commit fca86c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/HilltopCrawler/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ logging:
level:
root: INFO
nz.govt.eop: DEBUG
org.apache.kafka.streams.processor.internals.assignment.RackAwareTaskAssignor: OFF # Because it logs an error at startup even though it isn't used.
2 changes: 1 addition & 1 deletion packages/IngestAPI/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ingest:
logging:
level:
root: INFO
nz.govt.eop: INFO
nz.govt.eop: DEBUG
2 changes: 0 additions & 2 deletions packages/Manager/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ logging:
level:
root: WARN
nz.govt.eop: INFO
org.jooq.Constants: OFF
org.jooq: INFO
org.springframework.web.servlet.resource.ResourceHttpRequestHandler: ERROR # this logs WARN's for paths that are probably being scanned by bots
org.apache.kafka: WARN
6 changes: 4 additions & 2 deletions packages/Manager/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ server:
logging:
level:
root: INFO
nz.govt.eop: INFO
nz.govt.eop: DEBUG
org.jooq.Constants: OFF
org.jooq: INFO
org.apache.kafka: WARN
org.apache.kafka: INFO
org.apache.kafka.streams.processor.internals.assignment.RackAwareTaskAssignor: OFF # Because it logs an error at startup even though it isn't used.

0 comments on commit fca86c4

Please sign in to comment.