bunyan-stackdriver icon indicating copy to clipboard operation
bunyan-stackdriver copied to clipboard

Add protection against maximum log size error

Open zbjornson opened this issue 8 years ago • 0 comments

Right now if your log message is beyond Stackdriver's limit (112640 bytes per entry), an unhandled exception happens. The limit seems to include all of the properties and not just the payload, which makes it hard for this library to prevent. Instead might want to just handle the error gracefully.

zbjornson avatar Feb 03 '17 19:02 zbjornson