You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more details to logs to improve debugging (coinbase#43)
* Add more details to logs to improve debugging.
* Allow configuring the drain grace period.
Defaults to 25 seconds to fit inside the default grace period for
kubernetes pod shutdown which is 30 seconds.
* Revert "Allow configuring the drain grace period."
This reverts commit b051b53.
* Log structured data.
* This isn't a log line :)
* Fix double-logging on workflow task failure.
Convert some missed logging calls to metadata versions.
* Fix up a few more logging callsites.
* PR feedback.
* Remove hearbeat details from logging.
The user can log from their own code if needed for debugging.
* Add log spec.
Ensure JSON is in strict mode.
* Typo.
* Add log method spec.
* Match Logger interface.
0 commit comments