You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/02/05 14:09:57 UTC

[logging-log4j2] branch release-2.x updated: Add TODO.

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

ggregory 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 30b9e5a  Add TODO.
30b9e5a is described below

commit 30b9e5a53cee17f035e6db6b10e61023bae4a54f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 5 09:09:54 2022 -0500

    Add TODO.
---
 .../src/test/java/org/apache/log4j/config/SyslogAppenderTest.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java b/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java
index a6aa013..021daa6 100644
--- a/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java
+++ b/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java
@@ -38,6 +38,7 @@ import org.junit.Test;
  */
 public class SyslogAppenderTest {
 
+    // TODO Use an ephemeral port, save it in a sys prop, and update test config files.
     private static final int PORTNUM = 9999;
     private MockSyslogServer syslogServer;