diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-23 22:04:14 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-23 22:04:14 +0200 |
commit | 60ad398c4471b94be9a2b6a13caa17941cb28131 (patch) | |
tree | 928f1918c8c7d25e4deaf848d8392a6bc7088641 /app/plume/config/app.env | |
parent | 2695a79e8ad351c8a62a126c2b4d614a12319a07 (diff) | |
download | infrastructure-60ad398c4471b94be9a2b6a13caa17941cb28131.tar.gz infrastructure-60ad398c4471b94be9a2b6a13caa17941cb28131.zip |
Upgrade Plume + debug info
Diffstat (limited to 'app/plume/config/app.env')
-rw-r--r-- | app/plume/config/app.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/plume/config/app.env b/app/plume/config/app.env index 3dbf609..0d30ba9 100644 --- a/app/plume/config/app.env +++ b/app/plume/config/app.env @@ -29,4 +29,4 @@ LDAP_USER_MAIL_ATTR=mail LDAP_TLS=false RUST_BACKTRACE=1 -RUST_LOG=info +RUST_LOG=trace |