Revert "(perf) move s3 logging to Batch logging + async [94% faster p… (#6275)

* Revert "(perf) move s3 logging to Batch logging + async [94% faster perf under 100 RPS on 1 litellm instance] (#6165)"

This reverts commit 2a5624af47.

* fix test s3

* add test_basic_s3_logging
This commit is contained in:
Ishaan Jaff 2024-10-17 16:14:57 +05:30 committed by GitHub
parent 81766e7049
commit dd4f01a75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 171 additions and 343 deletions

View file

@ -208,6 +208,7 @@ lagoLogger = None
dataDogLogger = None
prometheusLogger = None
dynamoLogger = None
s3Logger = None
genericAPILogger = None
clickHouseLogger = None
greenscaleLogger = None