googleapis / nodejs-logging-bunyan

Node.js client integration between Stackdriver Logging and Bunyan.
https://cloud.google.com/logging/
Apache License 2.0
63 stars 34 forks source link

feat!: log messages > 250,000 bytes are now truncated #365

Closed bcoe closed 5 years ago

bcoe commented 5 years ago

see: https://github.com/googleapis/nodejs-logging-winston/issues/190

codecov[bot] commented 5 years ago

Codecov Report

Merging #365 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #365      +/-   ##
==========================================
+ Coverage   93.68%   93.75%   +0.06%     
==========================================
  Files           2        2              
  Lines          95       96       +1     
  Branches       21       22       +1     
==========================================
+ Hits           89       90       +1     
  Misses          4        4              
  Partials        2        2
Impacted Files Coverage Δ
src/index.ts 94.8% <100%> (+0.06%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1f7d9f2...213c79f. Read the comment docs.