summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index 57607de..2eb5294 100644
--- a/flags.go
+++ b/flags.go
@@ -11,7 +11,6 @@ var AppFlags []cli.Flag = []cli.Flag{
Name: flagLogfile,
Aliases: []string{"l"},
Usage: "Log file",
- Value: "/dev/null", // Don't log by default
},
&cli.StringFlag{
Name: "color",