Skip to content

Commit a00e476

Browse files
committed
Clarify logging terminology
1 parent e9c23a1 commit a00e476

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It demonstrates:
2525
- status-based filtering and pagination
2626
- explicit HTTP success and error behavior
2727
- basic persistence with Spring Data JPA
28-
- restrained structured logging for write operations
28+
- restrained parameterized logging for write operations
2929
- an H2 in-memory database for local development and tests
3030
- automated API integration tests with MockMvc
3131
- a reproducible Maven Wrapper workflow
@@ -277,7 +277,7 @@ slaMinutes: 60
277277

278278
## Logging
279279

280-
Create, update and delete operations write one structured application log entry containing the record ID and, where useful, its status.
280+
Create, update and delete operations write one parameterized application log entry containing the record ID and, where useful, its status.
281281

282282
Read requests and complete request bodies are not logged. This keeps the example useful for troubleshooting without producing noisy logs or copying input data unnecessarily.
283283

@@ -355,14 +355,14 @@ This repository demonstrates a small but realistic backend foundation:
355355
- Spring Boot application structure
356356
- REST endpoint and HTTP-status design
357357
- JSON request and response handling
358-
- paged CRUD queries and status filtering
358+
- paginated list queries and status filtering
359359
- layered backend organization
360360
- request validation aligned with persistence constraints
361361
- standard Problem Detail error responses
362362
- explicit transaction boundaries
363363
- JPA dirty checking for managed updates
364364
- persistence abstraction with Spring Data JPA
365-
- restrained structured logging
365+
- restrained parameterized logging
366366
- local development and testing with H2
367367
- automated integration testing
368368
- reproducible Maven builds

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It follows the [IPv4 Subnet Calculator Multilang](https://datatidehh.github.io/i
4444
- stable page metadata through Spring Data `PagedModel`
4545
- standard `ProblemDetail` error responses
4646
- explicit transaction boundaries and JPA dirty checking
47-
- restrained structured logging for write operations
47+
- restrained parameterized logging for write operations
4848
- integration tests with Spring Boot Test and MockMvc
4949
- reproducible Maven Wrapper builds
5050
- GitHub Actions verification on Java 21

0 commit comments

Comments
 (0)