firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.53k stars 1.44k forks source link

[FR]: Migrate Vertex to use GULLogger #12901

Open ryanwilson opened 4 months ago

ryanwilson commented 4 months ago

Description

Currently logs from Vertex are tagged with [GoogleGenerativeAI] and appear out of sync with other Firebase related logs. E.g. in the simulator I was able to get a server response before 10.26.0 - [FirebaseCore][I-COR000001] Configuring the default app. appeared.

API Proposal

No response

Firebase Product(s)

Vertex AI

andrewheard commented 3 months ago

Just fyi we changed the tags to [FirebaseVertexAI] in https://github.com/firebase/firebase-ios-sdk/pull/12933 (haven't migrated to Firebase/GULLogger yet though).