This repository was archived by the owner on Apr 29, 2021. It is now read-only.
Releases: matanlurey/cable-stackdriver
Releases · matanlurey/cable-stackdriver
v0.1.1
0.1.1
-
Added a
logNameparameter, which is@requiredto use Stackdriver. Before
we usedLogger.name, but that was both awkward and not technically correct. -
Log entries are buffered, and messages collected within a second are sent
together. It is possible to change (or disable) this feature by setting
thebufferduration.
v0.1.0
0.1.0
- Initial release.