Georgehwp is looking for a way to forward all setup logs to Datadog and receive notifications for failures in a streamlit UI setup. Zongheng Yang suggests using Yaml configuration to achieve this. Reference: Datadog Agent Logs Documentation
Georgehwp
Asked on Mar 14, 2024
Example Yaml configuration for forwarding logs to Datadog:
# Datadog Agent Configuration
logs:
- type: file
path: /path/to/setup/logs/*.log
service: my-service
source: my-app