Skip to content

Commit

Permalink
fix(cli): remove datetime from log (grafana#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0rez authored and tomwilkie committed Aug 9, 2019
1 parent 574f946 commit 1e37b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var deprecated = map[string]string{
}

func main() {
log.SetFlags(0)
rootCmd := &cobra.Command{
Use: "tk",
Short: "tanka <3 jsonnet",
Expand Down

0 comments on commit 1e37b20

Please sign in to comment.