fix toString() method in configuration implementations (apache#3599)#3658
fix toString() method in configuration implementations (apache#3599)#3658anindita-sarkarArray wants to merge 1 commit intoapache:2.xfrom
Conversation
|
Why? This makes debugging worse as we loosing information. |
hi @garydgregory , instead of AbstractConfiguration , shall I put my changes to all derived classes so that it can retain the additional info of subclasses. |
|
I am still -1 here: |
|
I discussed this with @garydgregory, and I agree that the Following the discussion in #3100, I also think it's a good idea to reduce verbosity in Log4j Core by default. With that in mind, I propose the following:
Let me know what you think. |
Added toString implementation to AbstractConfiguration and removed from all derived classes.