You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/09/18 22:05:00 UTC

[logging-log4j2] branch master updated: (doc) Fix typos in manual

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 9462a2f  (doc) Fix typos in manual
     new d6ae3ec  Merge pull request #420 from Marcono1234/marcono1234/site-typo-fixes
9462a2f is described below

commit 9462a2f6c053faa79201a0a82f98d37512cc2614
Author: Marcono1234 <Ma...@users.noreply.github.com>
AuthorDate: Mon Sep 14 21:34:05 2020 +0200

    (doc) Fix typos in manual
---
 src/site/asciidoc/manual/configuration.adoc | 2 +-
 src/site/asciidoc/manual/lookups.adoc       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/asciidoc/manual/configuration.adoc b/src/site/asciidoc/manual/configuration.adoc
index bac83d3..12e8c05 100644
--- a/src/site/asciidoc/manual/configuration.adoc
+++ b/src/site/asciidoc/manual/configuration.adoc
@@ -1553,7 +1553,7 @@ During startup this configuration produces:
 2011-11-23 17:08:00,976 DEBUG Reconfiguration completed
 ....
 
-If the status attribute is set to error than only error messages will be
+If the status attribute is set to error then only error messages will be
 written to the console. This makes troubleshooting configuration errors
 possible. As an example, if the configuration above is changed to have
 the status set to error and the logger declaration is:
diff --git a/src/site/asciidoc/manual/lookups.adoc b/src/site/asciidoc/manual/lookups.adoc
index 528644e..341bafc 100644
--- a/src/site/asciidoc/manual/lookups.adoc
+++ b/src/site/asciidoc/manual/lookups.adoc
@@ -314,7 +314,7 @@ Log4j Kubernetes provides access to the following container attributes:
 |imageId|The id assigned to the container image
 |imageName|The name assigned to the container image
 |labels|All labels formatted in a list
-|labesl.app|The application name
+|labels.app|The application name
 |labels.podTemplateHash|The pod's template hash value
 |masterUrl|The URL used to access the API server
 |namespaceId|The id of the namespace the various kubernetes components are located within