summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2024-03-05 19:53:02 +1100
committerGitHub <noreply@github.com>2024-03-05 18:53:02 +1000
commitc70c83f74593c1ed75c2195e2dba74a5dfcd30cc (patch)
treed9cbad6cbf628ed881bdbf309b15d730536c0486 /cmd
parent177c624947490efc5d9f5ed7681572eac9fdbbc7 (diff)
fix(configuration): warning about log level env (#6784)
The AUTHELIA_LOG_LEVEL env variable is incorrectly detected as the deprecated version which maps to the `log_level` key instead of the `log.level` key. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/authelia-scripts/cmd/gen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/authelia-scripts/cmd/gen.go b/cmd/authelia-scripts/cmd/gen.go
index fe454c850..6b537cd0c 100644
--- a/cmd/authelia-scripts/cmd/gen.go
+++ b/cmd/authelia-scripts/cmd/gen.go
@@ -7,5 +7,5 @@
package cmd
const (
- versionSwaggerUI = "5.11.8"
+ versionSwaggerUI = "5.11.9"
)