Hello! I have a question about logging with Prefec...
# ask-community
f
Hello! I have a question about logging with Prefect 2. We're integrating our services with Datadog, and as a result, all logs are now exported to Datadog. The issue is that Prefect logs are mistakenly marked as ERRORs, and Datadog is having trouble parsing them correctly. I've successfully switched our other services' log formats to JSON to overcome this problem and wish to do the same for Prefect 2. Could you tell me if there's a specific setting in
prefect.yaml
that allows changing the log format to JSON? Thanks!