Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add std logger #95

Merged
merged 2 commits into from
Nov 26, 2024
Merged

feat: add std logger #95

merged 2 commits into from
Nov 26, 2024

Conversation

Yuan325
Copy link
Contributor

@Yuan325 Yuan325 commented Nov 26, 2024

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"

@Yuan325 Yuan325 requested a review from a team as a code owner November 26, 2024 19:30
@Yuan325 Yuan325 force-pushed the log-support branch 2 times, most recently from 7d9c0fa to 66ad8c0 Compare November 26, 2024 19:46
@Yuan325 Yuan325 merged commit 6a8feb5 into main Nov 26, 2024
8 checks passed
@Yuan325 Yuan325 deleted the log-support branch November 26, 2024 20:51
duwenxin99 pushed a commit that referenced this pull request Dec 10, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.0.3](v0.0.2...v0.0.3)
(2024-12-10)


### Features

* Add --log-level and --logging-format flags
([#97](#97))
([9a0f618](9a0f618))
* Add options for command
([#110](#110))
([5c690c5](5c690c5))
* Add Spanner source and tool
([#90](#90))
([890914a](890914a))
* Add std logger
([#95](#95))
([6a8feb5](6a8feb5))
* Add structured logger
([#96](#96))
([5e20417](5e20417))
* **source/alloydb-pg:** Add configuration for public and private IP
([#103](#103))
([e88ec40](e88ec40))
* **source/cloudsql-pg:** Add configuration for public and private IP
([#114](#114))
([6479c1d](6479c1d))


### Bug Fixes

* Fix go test workflow
([#84](#84))
([8c2c373](8c2c373))
* Fix issue causing client session to not close properly while closing
SDK. ([#81](#81))
([9d360e1](9d360e1))
* Fix test cases for ip_type
([#115](#115))
([5528bec](5528bec))
* Fix the errors showing up after setting up mypy type checker.
([#74](#74))
([522bbef](522bbef))
* **llamaindex-sdk:** Fix issue causing client session to not close
properly while closing SDK.
([#82](#82))
([fa03376](fa03376))


### Miscellaneous Chores

* Release 0.0.3
([#122](#122))
([626e12f](626e12f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants