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 2023/01/13 05:03:45 UTC

[logging-log4j2] branch master updated: Sync .asf.yaml from release-2.x

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 573a30a702 Sync .asf.yaml from release-2.x
573a30a702 is described below

commit 573a30a70215a61b288e5646709a2f9da94817b0
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Thu Jan 12 23:03:28 2023 -0600

    Sync .asf.yaml from release-2.x
---
 .asf.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 6d85638ba1..d3040ea441 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,14 +24,32 @@ notifications:
 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."
   homepage: https://logging.apache.org/log4j/2.x/
+  # enable GitHub Issues and Projects
+  issues: true
+  projects: true
+  # and enable support for our old Jira instance
+  autolink_jira:
+    - LOG4J2
   labels:
     - apache
     - api
     - java
+    - jvm
     - library
     - log4j
     - log4j2
     - logging
+    - logger
+    - api
+    - async
+    - asynchronous
+    - syslog
+    - structured-logging
+    - json
+    - performance
+    - high-performance
+    #  ultra-high-max-plus-performance
+    - concurrency
   protected_branches:
     # Prevent force pushes to primary branches
     master: {}