Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/logging.adoc
Browse files Browse the repository at this point in the history
Clearer

Co-Authored-By: David M. Lloyd <[email protected]>
  • Loading branch information
agoncal and dmlloyd authored Apr 6, 2020
1 parent 854c8d2 commit 65794f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/main/asciidoc/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ There are several log levels you can use:
[cols="<m,<5",options="header"]
|===
|Level|Description
|FATAL|For events that indicate a critical service failure
|ERROR|To indicate a disruption in a request or the inability to service a request
|WARN|May indicate a non-critical service error
|INFO|For crucial related information
|DEBUG|For messages that convey extra information
|TRACE|Log low-level priority messages
|FATAL|A critical service failure/complete inability to service requests of any kind
|ERROR|A significant disruption in a request or the inability to service a request
|WARN|A non-critical service error or problem that may not require immediate correction
|INFO|Service lifecycle events or important related very-low-frequency information
|DEBUG|Messages that convey extra information regarding lifecycle or non-request-bound events which may be helpful for debugging
|TRACE|Messages that convey extra per-request debugging information that may be very high frequency
|===

[id="format-string"]
Expand Down

0 comments on commit 65794f3

Please sign in to comment.