Usecase
Frequently logger does not need a full set of serialized data. In other words, logger needs simplified informative message. In this case, would be nice to have normalayzer that normalizes certain variables. At the same time, such solution can complicates the system. It may be that we should consider replacing the entire Serializer layer
Options of solution
- Add a new normalizer;
- Remove serializer and write a set of writers for different cases.
Usecase
Frequently
loggerdoes not need a full set of serialized data. In other words, logger needs simplified informative message. In this case, would be nice to have normalayzer that normalizes certain variables. At the same time, such solution can complicates the system. It may be that we should consider replacing the entire Serializer layerOptions of solution