Skip to content

fix: Use logger instead of stdout#20007

Merged
kodiakhq[bot] merged 2 commits intomainfrom
fix/dont_write_stdout
Dec 19, 2024
Merged

fix: Use logger instead of stdout#20007
kodiakhq[bot] merged 2 commits intomainfrom
fix/dont_write_stdout

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

We should be using the logger instead of fmt.Println. Also don't think an array should be an error so made it an Info. On AWS if you run with tables: ["*"] you get quite a lot of arrays:

image

@erezrokah erezrokah requested review from a team, dcelasun and marianogappa December 19, 2024 17:46
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Dec 19, 2024
@kodiakhq kodiakhq bot merged commit 72ac737 into main Dec 19, 2024
@kodiakhq kodiakhq bot deleted the fix/dont_write_stdout branch December 19, 2024 17:51
kodiakhq bot pushed a commit that referenced this pull request Dec 20, 2024
🤖 I have created a release *beep* *boop*
---


## [2.0.0](plugins-transformer-jsonflattener-v1.1.4...plugins-transformer-jsonflattener-v2.0.0) (2024-12-20)


### ⚠ BREAKING CHANGES

* ToSnake flattened columns ([#20006](#20006))

### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.4 ([#20005](#20005)) ([ce42c41](ce42c41))
* **deps:** Update module golang.org/x/net to v0.33.0 [SECURITY] ([#19975](#19975)) ([cfe9e1b](cfe9e1b))
* ToSnake flattened columns ([#20006](#20006)) ([c789257](c789257))
* Use logger instead of stdout ([#20007](#20007)) ([72ac737](72ac737))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants