Skip to content

Commit

Permalink
Merge pull request #184 from hopkiw/linux_metadata_scripts
Browse files Browse the repository at this point in the history
port metadata script runner to linux
  • Loading branch information
hopkiw committed Dec 26, 2019
2 parents 81ce614 + 474e9a2 commit ee02389
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 405 deletions.
2 changes: 1 addition & 1 deletion GCEWindowsAgent/main.go
Expand Up @@ -221,7 +221,7 @@ func main() {
if runtime.GOOS == "windows" {
opts = logger.LogOpts{LoggerName: programName, FormatFunction: logFormat}
} else {
opts = logger.LogOpts{LoggerName: programName, Stdout: true}
opts = logger.LogOpts{LoggerName: programName}
}

var err error
Expand Down

0 comments on commit ee02389

Please sign in to comment.