aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-09-22 19:47:27 +0200
committern-peugnet <n.peugnet@free.fr>2021-09-22 20:44:24 +0200
commita1b768438258bfd6c33573e156708f002c693ba2 (patch)
tree0ce9ef80263061e746fe10d93058b106cb93ee1f /main.go
parent368f89466f48e8621254b04c1bca996db5c7a66a (diff)
downloaddna-backup-a1b768438258bfd6c33573e156708f002c693ba2.tar.gz
dna-backup-a1b768438258bfd6c33573e156708f002c693ba2.zip
add debug log level
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index dea57ea..c0e55d8 100644
--- a/main.go
+++ b/main.go
@@ -17,7 +17,7 @@ var (
)
func init() {
- flag.IntVar(&logLevel, "v", 2, "log verbosity level (0-3)")
+ flag.IntVar(&logLevel, "v", 3, "log verbosity level (0-4)")
}
func main() {