Branets Daria
Results
2
issues of
Branets Daria
I see a lot of `container.labels` fields added to each log entry, which adds a lot of noise, and also reveals something we may not necessarily want to log (it...
I have a dockerized HAPI FHIR server using the [template in README](https://github.com/hapifhir/hapi-fhir-jpaserver-starter?tab=readme-ov-file#example-using-docker-composeyml-for-docker-compose) with enabled validation. The `hapi.application.yaml` file is as such: ```yaml # Default template spring: datasource: url: 'jdbc:postgresql://db:5432/hapi' username:...