#34753 [Bug]: metadata.error_information.error_message is too big when contain files base64
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
when the request contain files upload and fails, the metadata.error_information.error_message field in the table LiteLLM_SpendLogs will contain the whole base64 str and is too big to reach the db max query size MAX_BASE64_LENGTH_FOR_LOGGING didnot work
### Steps to Reproduce
1. raise a request with big files and exceed the content length of model 2. execute sql in db to see the log size 3.
### Relevant log output
```shell
```
### What part of LiteLLM is this about?
_No response_
### What LiteLLM version are you on ?
v1.81.14
### Twitter / LinkedIn details
_No response_