I recently started working on an existing project that uses Prefect. The first few times the logging was reasonable, but then something changed and now it outputs a bunch of “INFO: requests:” logs, which print out the contents of requests, including json, raw matrices, etc. These requests logs appear alongside “INFO: task_runner” and “INFO: flow_runner”, but they’re so big and unhelpful that they’re making it impossible to find other information. What is controlling the “INFO: requests” logging? How can I suppress that output?
Thank you!
Hi @Leah, this topic might be helpful: