@@ -64,7 +64,7 @@ certificates in the folder are public PEM-armoured (*.pem), DER-encoded X509 cer
6464| Parameter | Environment variable | Default value | Description |
6565| :--------------------------------------------| :--------------------------------------------| :-------------------| :----------------------------------------------|
6666| logging.level.root | LOGGING_LEVEL_ROOT | fatal | Root log level |
67- | logging.level.io.openaev | LOGGING_LEVEL_IO_OPENAEV | warn | OpenAEV log level |
67+ | logging.level.io.openaev | LOGGING_LEVEL_IO_OPENAEV | error | OpenAEV log level |
6868| logging.file.name | LOGGING_FILE_NAME | ./logs/openaev.log | Log file path (in addition to console output) |
6969| logging.logback.rollingpolicy.max-file-size | LOGGING_LOGBACK_ROLLINGPOLICY_MAX-FILE-SIZE | 10MB | Rolling max file size |
7070| logging.logback.rollingpolicy.max-history | LOGGING_LOGBACK_ROLLINGPOLICY_MAX-HISTORY | 7 | Rolling max days |
@@ -110,7 +110,7 @@ certificates in the folder are public PEM-armoured (*.pem), DER-encoded X509 cer
110110| engine.username | ENGINE_USERNAME | | This parameter is optional. Login for the database |
111111| engine.password | ENGINE_PASSWORD | | This parameter is optional. Password for the database |
112112
113- If you switch your engine selector, you’ ll need to delete the ` indexing_status ` table in PostgreSQL to trigger a full
113+ If you switch your engine selector, you' ll need to delete the ` indexing_status ` table in PostgreSQL to trigger a full
114114reindex.
115115
116116#### RabbitMQ
@@ -250,4 +250,4 @@ required. You can find a guide [here](https://support.google.com/accounts/answer
250250| ai.endpoint | AI_ENDPOINT | | Endpoint URL (empty means default cloud service) |
251251| ai.token | AI_TOKEN | | Token for endpoint credentials |
252252| ai.model | AI_MODEL | | Model to be used for text generation (depending on type) |
253- | ai.model_images | AI_MODEL_IMAGES | | Model to be used for image generation (depending on type) |
253+ | ai.model_images | AI_MODEL_IMAGES | | Model to be used for image generation (depending on type) |
0 commit comments