Skip to content

Commit

Permalink
Merge pull request #76 from james-nesbitt/customclirootlogs
Browse files Browse the repository at this point in the history
set better cli log root names
  • Loading branch information
james-nesbitt committed Jan 25, 2016
2 parents d31ba4e + e978ba8 commit 9771213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func init() {
}
}

logger = log.MakeCliLog("coach", os.Stdout, verbosity)
logger = log.MakeCliLog("coach-cli", os.Stdout, verbosity)
logger.Debug(log.VERBOSITY_DEBUG, "Reporting initialization", logger.Verbosity())

workingDir, _ := os.Getwd()
Expand Down
2 changes: 1 addition & 1 deletion coach-init/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func init() {
}
}

logger = log.MakeCliLog("coach", os.Stdout, verbosity)
logger = log.MakeCliLog("coach-init", os.Stdout, verbosity)
logger.Debug(log.VERBOSITY_DEBUG, "Reporting initialization", logger.Verbosity())

workingDir, _ := os.Getwd()
Expand Down

0 comments on commit 9771213

Please sign in to comment.