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 <[email protected]> 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 # ------------------------------------------------------------------- #
