Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/site/antora/modules/ROOT/pages/manual/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ it doesn't have a LoggerConfig with a name that exactly matches. It too
inherits its logging level from LoggerConfig X.

The table below illustrates how Level filtering works. In the table,
the vertical header shows the Level of the LogEvent, while the horizontal
header shows the Level associated with the appropriate LoggerConfig. The
the vertical header shows the Level associated with the appropriate LoggerConfig, while the horizontal
header shows the Level of the LogEvent. The
intersection identifies whether the LogEvent would be allowed to pass
for further processing (Yes) or discarded (No).

Expand Down