diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-24 13:45:32 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-24 13:45:32 +0200 |
commit | d21c010da127fcedf09823b5269948360f3a3cf0 (patch) | |
tree | c85d391824107627dda27ee51caf5d4928b68909 /app/plume | |
parent | 60ad398c4471b94be9a2b6a13caa17941cb28131 (diff) | |
download | infrastructure-d21c010da127fcedf09823b5269948360f3a3cf0.tar.gz infrastructure-d21c010da127fcedf09823b5269948360f3a3cf0.zip |
Set plume log verbosity to info
Diffstat (limited to 'app/plume')
-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 0d30ba9..3dbf609 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=trace +RUST_LOG=info |