control: add step4 logs

This commit is contained in:
Gyu-Ho Lee 2017-02-03 14:53:49 -08:00
parent d5121d421f
commit c0c5c5dbb1
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ import (
)
func step4UploadLogs(cfg Config) error {
plog.Info("step 4: uploading logs...")
if err := uploadToGoogle(cfg.Log, cfg); err != nil {
return err
}