Remove size restriction of MDC table in LoggerMDC
-------------------------------------------------
Key: LOG4PHP-43
URL: https://issues.apache.org/jira/browse/LOG4PHP-43
Project: Log4php
Issue Type: Improvement
Components: Code
Reporter: Knut Urdalen
Assignee: Knut Urdalen
Priority: Minor
Fix For: 2.0
The mapped diagnostic context is currently allowed to only store 7 context
variables. Even though this should be enough in most cases, why should we do a
hard limit here? Also checked MDC.java in log4j and there it seems only to be
used for initializing the initial size of the HashTable which is used as
storage (not limiting to how many context variables you are allowed to store).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.