bunyan-stackdriver
bunyan-stackdriver copied to clipboard
Add protection against maximum log size error
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.