Closed igortochansky closed 11 years ago
Sometimes people logs StringBuffer objects instead of strings. For example, i faced this problem in datanucleus: http://www.datanucleus.org/servlet/jira/browse/NUCMONGODB-116
The suggestion is to support StringBuffer in the LoggingEventBsonifierImpl.nullSafePut.
Makes sense. I'll put this in soon.
Fixed with commit 9ac11f5107ec15870e0c8d71a8befeb465beb5a4.
Sometimes people logs StringBuffer objects instead of strings. For example, i faced this problem in datanucleus: http://www.datanucleus.org/servlet/jira/browse/NUCMONGODB-116
The suggestion is to support StringBuffer in the LoggingEventBsonifierImpl.nullSafePut.