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 876a95a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ logging:
level:
root: WARN
nz.govt.eop: INFO
org.apache.kafka.streams.processor.internals.assignment.RackAwareTaskAssignor: OFF # Because it logs an error at startup even though it isn't used.
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: 2 additions & 0 deletions packages/Manager/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ logging:
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
org.apache.kafka.streams.processor.internals.assignment.RackAwareTaskAssignor: OFF # Because it logs an error at startup even though it isn't used.

4 changes: 3 additions & 1 deletion packages/Manager/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ logging:
nz.govt.eop: INFO
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 876a95a

Please sign in to comment.