summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/config.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/model/config.go b/model/config.go
index 55606ee8d..08510fc44 100644
--- a/model/config.go
+++ b/model/config.go
@@ -93,12 +93,13 @@ type SqlSettings struct {
}
type LogSettings struct {
- EnableConsole bool
- ConsoleLevel string
- EnableFile bool
- FileLevel string
- FileFormat string
- FileLocation string
+ EnableConsole bool
+ ConsoleLevel string
+ EnableFile bool
+ FileLevel string
+ FileFormat string
+ FileLocation string
+ EnableWebhookDebugging bool
}
type FileSettings struct {