Details
Description
The logging interceptors currently cache the entire message even though only a fraction (default is 100K) would be logged. They could be optimized to only cache the fraction it needs and then stream the rest.
The logging interceptors currently cache the entire message even though only a fraction (default is 100K) would be logged. They could be optimized to only cache the fraction it needs and then stream the rest.