Business Intelligence logs¶
IAD Server records the results of each liveness check in the Business Intelligence logs.
Why is it important?
By enabling this logs, you'll contribute to the collection of valuable statistics regarding the usage of our products and any encountered errors. Periodically sharing these reports with us will provide crucial data for continuously enhancing our products based on real-life usage scenarios. Additionally, sharing reports will enable us to swiftly identify the root cause of any issues you may encounter, facilitating more efficient and effective problem resolution.
We encourage you to make use of BI Logs to help us better serve your needs and improve your experience with our products.
Business Intelligence logs configuration¶
By default Business Intelligence logs are sent to a default logging stream, they are also can be saved to a continer filesystem or a volume and accessed via /bi_records
endpoint.
environment variable | default value | description |
---|---|---|
IAD_SERVER_BI_LOGS_ENABLED | false | Enable saving Business Intelligence logs to a IAD_SERVER_BI_LOGS_PATH |
IAD_SERVER_BI_LOGS_PATH | /logs | A folder where Business Intelligence logs file are saved |
IAD_SERVER_BI_LOGS_TOTAL_SIZE_CAP | 2GB | Maximum size of the BI logs file. Once the maximum size is reached, some old logs will be deleted to make room for new ones. |