Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
various backends call backend.Register, which will log a message. because Register is called in init() functions before main() runs, glog's 'logtostderr' flag is not set yet, so glog attemps to create log files in $TMPDIR. this directory doesn't exist in the new busybox base image, and we don't want to write log files anyway.
- Loading branch information