From a306c298b452a29ec1fc321dc96cc91008961fea Mon Sep 17 00:00:00 2001 From: Till Lorentzen Date: Sun, 17 Mar 2024 13:20:09 +0100 Subject: [PATCH] Changed logging to monitoring in method.md The second logging statement seems to be duplicated. Was "monitoring" the second word which should be in there? --- _pages/method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/method.md b/_pages/method.md index 06261a4..00ed826 100644 --- a/_pages/method.md +++ b/_pages/method.md @@ -70,7 +70,7 @@ arc42 suggests a whole zoo of topics that you could (but don't have to) solve _a * How, where and with what persistent data is stored, distributed and read again? Which databases are used? * How are business, validation or plausibility rules implemented? * How does the system and its building blocks handle error or exception situations? -* How does the system handle logging and logging? +* How does the system handle logging and monitoring? More details can be found in section 8 of the arc42 template...