
10 Feb
2016
10 Feb
'16
2:53 p.m.
Kuu wrote
MDC.put("key2") ... some logic.... finally{ MDC.clear(); }
I thought the normal way is to _only_ clear the key(s) you put in: ``` MDC.put("key2") ... some logic.... finally{ MDC.remove("key2"); } ``` -- View this message in context: http://logback.10977.n7.nabble.com/MDC-clear-invoked-in-child-class-deletes-... Sent from the Users mailing list archive at Nabble.com.