mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(gateway): Add default RUST_LOG level to Docker-deployed Gateways (#5639)
This has been an issue for some time(!) Fixes #5141
This commit is contained in:
@@ -210,6 +210,7 @@ defmodule Web.Sites.NewToken do
|
||||
"--env #{key}=\"#{value}\""
|
||||
end),
|
||||
"--env FIREZONE_NAME=$(hostname)",
|
||||
"--env RUST_LOG=str0m=warn,info",
|
||||
"#{Domain.Config.fetch_env!(:domain, :docker_registry)}/gateway:1"
|
||||
]
|
||||
|> List.flatten()
|
||||
|
||||
Reference in New Issue
Block a user