Merge pull request #344 from nibalizer/comments_improve

Improve comments in log.go
pull/348/head
Mitchell Hashimoto 12 years ago
commit 8008813671

@ -7,8 +7,8 @@ import (
// These are the environmental variables that determine if we log, and if
// we log whether or not the log should go to a file.
const EnvLog = "TF_LOG"
const EnvLogFile = "TF_LOG_PATH"
const EnvLog = "TF_LOG" //Set to True
const EnvLogFile = "TF_LOG_PATH" //Set to a file
// logOutput determines where we should send logs (if anywhere).
func logOutput() (logOutput io.Writer, err error) {

Loading…
Cancel
Save