Skip to content

Commit

Permalink
NON-318: Link to read-only domain events documentation for improved r…
Browse files Browse the repository at this point in the history
…eadability (#372)

Also, migrate logback configuration layout to encoder to remove deprecation warnings
  • Loading branch information
ushkarev authored Oct 21, 2024
1 parent cd97cc5 commit 72a81fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Docker Repository on Quay](https://quay.io/repository/hmpps/hmpps-non-associations-api/status "Docker Repository on Quay")](https://quay.io/repository/hmpps/hmpps-non-associations-api)
[![Runbook](https://img.shields.io/badge/runbook-view-172B4D.svg?logo=confluence)](https://dsdmoj.atlassian.net/wiki/spaces/NOM/pages/1739325587/DPS+Runbook)
[![API docs](https://img.shields.io/badge/API_docs_-view-85EA2D.svg?logo=swagger)](https://non-associations-api-dev.hmpps.service.justice.gov.uk/swagger-ui/index.html)
[![Event docs](https://img.shields.io/badge/Event_docs-view-85EA2D.svg)](https://studio.asyncapi.com/?url=https://raw.githubusercontent.com/ministryofjustice/hmpps-non-associations-api/main/async-api.yml)
[![Event docs](https://img.shields.io/badge/Event_docs-view-85EA2D.svg)](https://studio.asyncapi.com/?url=https://raw.githubusercontent.com/ministryofjustice/hmpps-non-associations-api/main/async-api.yml&readOnly)

**Non-associations API to own the non-associations data for prisoners**

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<springProperty scope="context" name="app" source="spring.application.name"/>

<appender name="consoleAppender" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>${LOG_PATTERN}</Pattern>
</layout>
<encoder>
<pattern>${LOG_PATTERN}</pattern>
</encoder>
</appender>

<logger name="uk.gov.justice.digital.hmpps.hmppsnonassociationsapi.HmppsNonAssociationsApiKit" additivity="false"
Expand Down

0 comments on commit 72a81fe

Please sign in to comment.