mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-17 18:41:28 -05:00
Logging support 4 different types of logging (debug, info, warn, error). Example of standard logger: `2024-11-12T15:08:11.451147-08:00 ERROR "unable to parse tool file at \"tools.yaml\": \"cloud-sql-postgres1\" is not a valid kind of data source"` `2024-11-12T15:08:11.451377-08:00 INFO "Initalized 0 sources.\n"`