Skip to content
Snippets Groups Projects
Commit 4e29aef6 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

don't log timestamps

parent 684c610a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ var (
func main() {
pflag.Parse()
log.SetPrefix("cashier: ")
log.SetFlags(0)
var err error
c, err := client.ReadConfig(*cfg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment