Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add colours to debug-log. #6025
Conversation
mjs
reviewed
Aug 18, 2016
| } | ||
| return nil | ||
| } | ||
| -func (c *debugLogCommand) writeLogRecord(w io.Writer, r api.LogMessage) { | ||
| +var SeverityColor = map[string]*ansiterm.Context{ |
mjs
Aug 18, 2016
Contributor
Is this the same as what's in loggo? Are you duplicating to decouple from the default in loggo?
|
LGTM |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit dbc0521
into
juju:master
Aug 18, 2016
howbazaar
deleted the
howbazaar:color-debug-log
branch
Aug 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
howbazaar commentedAug 18, 2016
Show logging in glorious colour.