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/07/26 22:23:28 UTC

[logging-log4j2] branch master updated: Use simpler YAML syntax

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 30c088e  Use simpler YAML syntax
30c088e is described below

commit 30c088e2a4d3aaae1bb09c11e781ec132373fe76
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Jul 26 17:23:04 2020 -0500

    Use simpler YAML syntax
    
    It seems the .asf.yaml YAML parser doesn't support all of YAML.
---
 .asf.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ac9c204..d976e25 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,9 +5,7 @@ notifications:
   pullrequests: notifications@logging.apache.org
   jira_options: link label
 github:
-  description: >
-    Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and
-    provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.
+  description: "Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture."
   homepage: https://logging.apache.org/log4j/2.x/
   labels:
     - apache