diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-02 15:35:59 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-02 15:35:59 +0200 |
commit | e66b1c2c54f51c4267f2f73753e7f915033eac6d (patch) | |
tree | 932c89a08d6059bd0f8dd2640bd931fd1cd1474b /app/plume/config/app.env | |
parent | d40c41004d0f234140f5ec9fc029f4ef6ce3f60c (diff) | |
download | infrastructure-e66b1c2c54f51c4267f2f73753e7f915033eac6d.tar.gz infrastructure-e66b1c2c54f51c4267f2f73753e7f915033eac6d.zip |
Upgrade Plume
Diffstat (limited to 'app/plume/config/app.env')
-rw-r--r-- | app/plume/config/app.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/plume/config/app.env b/app/plume/config/app.env index 1c234e7..3dbf609 100644 --- a/app/plume/config/app.env +++ b/app/plume/config/app.env @@ -28,3 +28,5 @@ LDAP_USER_NAME_ATTR=cn LDAP_USER_MAIL_ATTR=mail LDAP_TLS=false +RUST_BACKTRACE=1 +RUST_LOG=info |