Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
0.9.15
-
None
Description
The map returned by LoggerContextRemoteView.getPropertyMap() is the same for every attached appender.
This means that appenders are able to change the map for other appenders. I didn't really expect this.
Suggestion: Return either a copy of the map or an unmodifiable version of it.