kompose/cmd
Charlie Drage 1b8a229b5a Disables timestamp with logging
This commit disables the timestamp when outputting logs in order to be
more clean / concise.

One of the reasons being that the kompose up / convert / down commands
are *too fast* and thus output's all [0000].

For example, the output will look like this:
INFO I'm a little teapot

Instead of:
INFO[0000] I'm a little teapot
2017-01-18 09:23:52 -05:00
..
convert.go fix golint errors 2017-01-05 10:31:11 +01:00
down.go fix golint errors 2017-01-05 10:31:11 +01:00
root.go Disables timestamp with logging 2017-01-18 09:23:52 -05:00
up.go fix golint errors 2017-01-05 10:31:11 +01:00
version.go fix golint errors 2017-01-05 10:31:11 +01:00