mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
<!-- Clearly explain the need for these changes: --> Uvicorn and our logs were ending up in different places, this pr enures uvicorn using our logging config, not their own. ### Changes 🏗️ - Clears uvicorn's loggers for rest, ws - always log to stdout,stderr and additionally log to gcp is appropriate <!-- Concisely describe all of the changes made in this pull request: --> ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [x] Test all possible variants of the log cloud vs not and ensure that uvicorn logs show up in the same place that rest of the system logs do for all --------- Co-authored-by: Zamil Majdy <zamil.majdy@agpt.co>
AutoGPT Libs
This is a new project to store shared functionality across different services in NextGen AutoGPT (e.g. authentication)