summaryrefslogtreecommitdiff
path: root/log/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'log/structs.go')
-rw-r--r--log/structs.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/log/structs.go b/log/structs.go
deleted file mode 100644
index b5d849c..0000000
--- a/log/structs.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package witlog
-
-import (
-)
-
-//
-// Attempt to switch logging to syslog on linux
-//
-
-// This struct can be used with the go-arg package
-type LogArgs struct {
- Log []string `arg:"--log" help:"Where to log [syslog,stdout]"`
-}