Browse Source

readme update

Paolo Asperti 3 years ago
parent
commit
cbadfcdfb1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -180,6 +180,7 @@ We use these environment variables:
180
 | DB_URL | yes | path for database file |
180
 | DB_URL | yes | path for database file |
181
 | KEY_PUB | yes | public part of the key pair |
181
 | KEY_PUB | yes | public part of the key pair |
182
 | KEY_PRIV | yes | private part of the key pair |
182
 | KEY_PRIV | yes | private part of the key pair |
183
+| RUST_LOG | yes | set debug level (error|warn|info|debug|trace) |
183
 
184
 
184
 ### Secret management in S6-overlay based images
185
 ### Secret management in S6-overlay based images
185
 
186