feat: set rust log error
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-01-28 22:25:59 +01:00
parent f882f56c9c
commit 42c968f460
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -85,7 +85,7 @@ impl MainAction for CuddleReleaser {
let cuddle_releaser = client
.container()
.from(cuddle_releaser_image)
//.with_env_variable("RUST_LOG", "trace")
.with_env_variable("RUST_LOG", "error")
.with_mounted_directory("/mnt/templates", folder)
.with_unix_socket(
ssh_sock.clone(),