mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-07 03:09:05 -06:00
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