Skip to content

Commit fb545bc

Browse files
authored
Merge pull request #11 from ManticSic/change_gcg17003
Change recommendation level of GCG17003
2 parents 065c934 + 7d97a22 commit fb545bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coding-guidelines/docs/guidelines/general/17000.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Warn | Sagt aus, dass etwas unerwartetes geschehen ist, das den weiteren Prozess
2222
Error | Sollte verwendet werden, wenn ein Situation entsteht, die den Prozess vom richtigen weiterarbeiten Abhält. | Eine oder mehrere Funktionalitäten werden abgehalten richtig zu arbeiten.
2323
Fatal, Critical | Dieses Log-Level sagt aus, dass die Anwendung einen Zustand erreicht hat, in der die Kernfunktionen nicht mehr gewährleistet sind, z. B. da eine notwendige Datenbank nicht erreichbar ist. Oftmals wird an dieser Stelle die Anwendung zur Sicherheit beendet. | Eine oder mehrere Kern-Funktionen arbeiten nicht weiter und das gesamte System kann nicht weiter arbeiten. System wird zwangsweise beendet.
2424

25-
## Structured Logging (GCG17003) <img src="/img/1.png" alt="recommendation level 1" />
25+
## Structured Logging (GCG17003) <img src="/img/3.png" alt="recommendation level 3" />
2626
Structured Logging<sup>[1][structured-logging-1],[2][structured-logging-2]</sup>
2727
hilft bei der Verarbeitung von Logfiles.
2828

coding-guidelines/docs/guidelines/general/17000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Warn | The log level that indicates that something unexpected happened in the ap
2121
Error | The log level that should be used when the application hits an issue preventing one or more functionalities from properly functioning. | One or more functionalities are not working, preventing some functionalities from working correctly.
2222
Fatal, Critical | The log level that tells that the application encountered an event or entered a state in which one of the crucial business functionality is no longer working. May be used when the application is not able to connect to a crucial data store. Often the application is shutting down. | One or more key business functionalities are not working, and the whole system doesn't fulfill the business functionalities.
2323

24-
## Structured Logging (GCG17003) <img src="/img/1.png" alt="recommendation level 1" />
24+
## Structured Logging (GCG17003) <img src="/img/3.png" alt="recommendation level 3" />
2525
Structured logging<sup>[1][structured-logging-1],[2][structured-logging-2]</sup>
2626
helps to process log files.
2727

0 commit comments

Comments
 (0)