You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/06/15 23:28:39 UTC

[sling-site] 02/03: pull Logging paragraph up

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 32cd8663c2c8d40f32e1a349cd0847bcff445b2e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jun 15 21:52:43 2021 +0200

    pull Logging paragraph up
---
 .../content/documentation/development/testing-paxexam.md   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md
index 1dac0f7..d07fe57 100644
--- a/src/main/jbake/content/documentation/development/testing-paxexam.md
+++ b/src/main/jbake/content/documentation/development/testing-paxexam.md
@@ -176,6 +176,13 @@ To use a version from project (`pom.xml`) use `setVersionFromProject(String, Str
     SlingOptions.versionResolver.setVersionFromProject(SLING_GROUP_ID, "org.apache.sling.jcr.oak.server");
 
 
+## Logging
+
+See Pax Exam's [Logging Configuration](https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263891/Logging+Configuration) if logging needs to be tweaked.
+
+For [Logback](https://logback.qos.ch) use `SlingOptions#logback()` and add both `exam.properties` and `logback.xml` to `src/test/resources` as described in Pax Exam's [Logging Configuration](https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263891/Logging+Configuration).
+
+
 ## Examples
 
 ### Set up a tailored Sling instance
@@ -338,13 +345,6 @@ The `SimpleIT` below from [Scripting FreeMarker](https://github.com/apache/sling
     }
 
 
-## Logging
-
-See Pax Exam's [Logging Configuration](https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263891/Logging+Configuration) if logging needs to be tweaked.
-
-For [Logback](https://logback.qos.ch) use `SlingOptions#logback()` and add both `exam.properties` and `logback.xml` to `src/test/resources` as described in Pax Exam's [Logging Configuration](https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263891/Logging+Configuration).
-
-
 ## List of modules using Testing PaxExam
 
 [Testing PaxExam](https://github.com/apache/sling-org-apache-sling-testing-paxexam) is used by [several modules](https://github.com/apache/sling-org-apache-sling-testing-paxexam/network/dependents) for integration tests.