Skip to content
Snippets Groups Projects
Commit 2ce63a7d authored by Travis Ralston's avatar Travis Ralston
Browse files

Force logging colors on for readability

parent 1f10816e
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ func Setup(dir string) error { ...@@ -24,6 +24,7 @@ func Setup(dir string) error {
&logrus.TextFormatter{ &logrus.TextFormatter{
TimestampFormat: "2006-01-02 15:04:05.000 Z07:00", TimestampFormat: "2006-01-02 15:04:05.000 Z07:00",
FullTimestamp: true, FullTimestamp: true,
ForceColors: true,
DisableColors: false, DisableColors: false,
DisableTimestamp: false, DisableTimestamp: false,
QuoteEmptyFields: true, QuoteEmptyFields: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment