Files
dolt/go/config
Eric Halpern b7a96bc591 Use log.PrintXXX rather than fmt.PrintXXX for informational messages (#3591)
All messages emitted from non-cli code are now output through the standard
logger rather than directly to stdout. This gives code that embeds noms control
over how messages are logged (using log.SetFlags and log.SetOutput).

When the noms cli is used, the logger is initialized so that it only prints the
string logged. In other cases, the log setup is left to the embedding code.

toward: #3590
2017-07-18 11:24:38 -07:00
..