Skip to content

Commit d848060

Browse files
committed
add datetime to the logs
fixes #136
1 parent 5e288b5 commit d848060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
logFormat = "%{color}%{shortfile} ▶ %{level}%{color:reset} %{message}"
16+
logFormat = "%{time} %{color} %{shortfile} ▶ %{level}%{color:reset} %{message}"
1717
jobExec = "job-exec"
1818
jobRun = "job-run"
1919
jobServiceRun = "job-service-run"

0 commit comments

Comments
 (0)