summaryrefslogtreecommitdiff
path: root/internal/config/common.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-02 13:44:27 +0300
committerPaul Buetow <paul@buetow.org>2021-10-02 19:03:12 +0300
commit86ec83754e0ee7153ad55091f7b6da448bc529c5 (patch)
tree155687b0addb21a97a10a5ebb77928fadc3c62c3 /internal/config/common.go
parent12c79f68bb5bda6673819d7b754820ecfe6d08ff (diff)
add dcat test
Diffstat (limited to 'internal/config/common.go')
-rw-r--r--internal/config/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/common.go b/internal/config/common.go
index acc8e6a..255bd28 100644
--- a/internal/config/common.go
+++ b/internal/config/common.go
@@ -6,7 +6,7 @@ type CommonConfig struct {
SSHPort int
// Enable experimental features (mainly for dev purposes)
ExperimentalFeaturesEnable bool `json:",omitempty"`
- // LogLevel defines how much is logged. TODO: Adjust JSONschema
+ // LogLevel defines how much is logged.
LogLevel string `json:",omitempty"`
// The log strategy to use, one of
// stdout: only log to stdout (useful when used with systemd)