You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/03/04 15:22:51 UTC

[13/50] [abbrv] logging-log4j2 git commit: Add TODO note.

Add TODO note.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/82d27220
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/82d27220
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/82d27220

Branch: refs/heads/LOG4J2-1278-gc-free-logger
Commit: 82d272206f30e9ea9530411cb434da766c2ec387
Parents: 7da2fa1
Author: ggregory <gg...@apache.org>
Authored: Tue Mar 1 07:48:47 2016 -0800
Committer: ggregory <gg...@apache.org>
Committed: Tue Mar 1 07:48:47 2016 -0800

----------------------------------------------------------------------
 .../apache/logging/log4j/core/net/server/ThreadNameFilter.java    | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/82d27220/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadNameFilter.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadNameFilter.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadNameFilter.java
index b40eaa5..e5e176d 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadNameFilter.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadNameFilter.java
@@ -21,6 +21,9 @@ import org.apache.logging.log4j.core.Filter;
 import org.apache.logging.log4j.core.LogEvent;
 import org.apache.logging.log4j.core.filter.AbstractFilter;
 
+/**
+ * TODO Should use thread name cache?
+ */
 public class ThreadNameFilter extends AbstractFilter {
 
     private static final long serialVersionUID = 1L;