You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/17 20:47:37 UTC

[logging-log4j2] branch release-2.x updated: Add missing `log4j-kubernetes` link to the menu

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 543bc664a8 Add missing `log4j-kubernetes` link to the menu
543bc664a8 is described below

commit 543bc664a88558f5a0bb523cbe7bbbc448e8d0e5
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 17 21:48:40 2023 +0100

    Add missing `log4j-kubernetes` link to the menu
---
 src/site/site.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/site.xml b/src/site/site.xml
index 66ac5e748e..779068da10 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -340,6 +340,7 @@
       <item name="Log4j IO Streams" href="log4j-iostreams.html"/>
       <item name="Log4j Liquibase Binding" href="log4j-liquibase.html"/>
       <item name="Log4j Docker Support" href="log4j-docker.html"/>
+      <item name="Log4j Kubernetes Support" href="log4j-kubernetes.html"/>
       <item name="Log4j Spring Boot" href="log4j-spring-boot.html"/>
       <item name="Log4j Spring Cloud Config Client" href="log4j-spring-cloud-config-client.html"/>
     </menu>