Actions
Bug #11407
closed[SDK] Go respects ARVADOS_DEBUG to enable debug logging
Story points:
0.5
Description
keepclient.New() should check for ARVADOS_DEBUG in environment and enable DebugPrintf()
Updated by Peter Amstutz over 7 years ago
- Subject changed from [SDK] Can use ARVADOS_DEBUG to enable debug logging to [SDK] Go respects ARVADOS_DEBUG to enable debug logging
Updated by Peter Amstutz over 7 years ago
- Status changed from New to In Progress
- Assigned To set to Peter Amstutz
Updated by Tom Clegg over 7 years ago
Might be good to do that in init() instead of re-installing debug mode each time a new KeepClient is created. LGTM otherwise.
Updated by Peter Amstutz over 7 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:07c92074fe2b493dc8cd0abdad154e5b36d4adfc.
Actions