Unstructured-IO / unstructured-api

Apache License 2.0
509 stars 108 forks source link

feat: disable debug logs based on env #462

Closed thenicekat closed 2 weeks ago

thenicekat commented 2 weeks ago

As of now every debug log is logged and might spam the service logs when on prod, we could disable these logs based on an environment variable similar to how we disable uvicorn logs based on ENV.