You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2019/07/24 09:08:27 UTC

[turbine-archetypes] 02/05: reorder TR.props

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git

commit 5f0afbd3365841065f3cb0586a85852e4f13e846
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Jan 14 14:35:42 2019 +0100

    reorder TR.props
---
 .../main/webapp/WEB-INF/conf/TurbineResources.properties    | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
index b184621..d266cbd 100644
--- a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
+++ b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
@@ -25,22 +25,21 @@
 #
 # -------------------------------------------------------------------
 
-
 # -------------------------------------------------------------------
 #
-#  P I P E L I N E
+#  L O G 4 J 2 - L O G G I N G
+#
+#  log4j2 may loads automatically if found on classpath, cf. https://logging.apache.org/log4j/2.x
 #
 # -------------------------------------------------------------------
-pipeline.default.descriptor = WEB-INF/conf/turbine-classic-pipeline.xml
+log4j2.file = log4j2.xml
 
 # -------------------------------------------------------------------
 #
-#  L O G 4 J 2 - L O G G I N G
-#
-#  log4j2 may loads automatically if found on classpath, cf. https://logging.apache.org/log4j/2.x
+#  P I P E L I N E
 #
 # -------------------------------------------------------------------
-log4j2.file = log4j2.xml
+pipeline.default.descriptor = WEB-INF/conf/turbine-classic-pipeline.xml
 
 # -------------------------------------------------------------------
 #