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: update in logging to console and Unify case usage, seperators and punctuation for logging #322

Merged
merged 6 commits into from
Jan 30, 2023

Conversation

mihirm21
Copy link
Member

@mihirm21 mihirm21 commented Jan 25, 2023

Signed-off-by: Mihir Mittal 105881639+mihirm21@users.noreply.github.com

This PR

Related Issues

[FEATURE] Pretty-print logging #237
[REFACTOR] Unify case usage, seperators and punctuation for logging #298

Signed-off-by: Mihir Mittal <105881639+mihirm21@users.noreply.github.com>
@mihirm21 mihirm21 changed the title feat:unified logging to console feat: unified logging to console Jan 25, 2023
@mihirm21 mihirm21 changed the title feat: unified logging to console feat: update in logging to console Jan 25, 2023
Signed-off-by: Mihir Mittal <105881639+mihirm21@users.noreply.github.com>
@beeme1mr beeme1mr linked an issue Jan 26, 2023 that may be closed by this pull request
cmd/start.go Outdated Show resolved Hide resolved
cmd/start.go Outdated Show resolved Hide resolved
@james-milligan
Copy link
Contributor

It looks like the PR is failing on linting and tests, please can you resolve these issues.

It also might be more appropriate to move the changes from commit 5081d69ca6f404d3c0a06ebacc006f63c16ef057 into a separate PR as these changes resolve a separate issue.

Signed-off-by: Mihir Mittal <105881639+mihirm21@users.noreply.github.com>
@mihirm21 mihirm21 changed the title feat: update in logging to console feat: update in logging to console and Unify case usage, seperators and punctuation for logging Jan 26, 2023
@mihirm21
Copy link
Member Author

plz check now. I have solved two issues in this one #237 and #298.

cmd/start.go Outdated Show resolved Hide resolved
cmd/start.go Outdated Show resolved Hide resolved
@beeme1mr
Copy link
Member

Also, please run make generate-docs to update the documentation.

Signed-off-by: Mihir Mittal <105881639+mihirm21@users.noreply.github.com>
@mihirm21
Copy link
Member Author

plz review it

@mihirm21 mihirm21 requested review from james-milligan and beeme1mr and removed request for james-milligan and beeme1mr January 29, 2023 06:42
cmd/start.go Outdated Show resolved Hide resolved
cmd/start.go Outdated Show resolved Hide resolved
cmd/start.go Outdated Show resolved Hide resolved
Signed-off-by: Mihir Mittal <105881639+mihirm21@users.noreply.github.com>
Signed-off-by: Mihir Mittal <105881639+mihirm21@users.noreply.github.com>
@mihirm21 mihirm21 requested review from james-milligan and removed request for beeme1mr January 30, 2023 12:20
@mihirm21
Copy link
Member Author

@james-milligan plz see now

Copy link
Contributor

@james-milligan james-milligan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, thank you for your contribution!

@beeme1mr
Copy link
Member

The OFO should be updated once this feature is available.

open-feature/open-feature-operator#334

@beeme1mr beeme1mr merged commit 0bdcfd2 into open-feature:main Jan 30, 2023
@beeme1mr
Copy link
Member

Thank you for your contribution @mihirm21! This feature will be available in the next release.

skyerus pushed a commit that referenced this pull request Feb 6, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.3.5](v0.3.4...v0.3.5)
(2023-02-06)


### Features

* flagd image signing
([#338](#338))
([eca6a60](eca6a60))
* update in logging to console and Unify case usage, seperators and
punctuation for logging
([#322](#322))
([0bdcfd2](0bdcfd2))


### Bug Fixes

* **deps:** update module github.com/bufbuild/connect-go to v1.5.1
([#365](#365))
([e25f452](e25f452))
* **deps:** update module github.com/open-feature/open-feature-operator
to v0.2.28 ([#342](#342))
([e6df80f](e6df80f))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.14.2
([#336](#336))
([836d3cf](836d3cf))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.14.3
([#372](#372))
([330ac91](330ac91))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.14.4
([#374](#374))
([d90e561](d90e561))
* fix unbuffered channel blocking goroutine
([#358](#358))
([4f1905a](4f1905a))
* introduced RWMutex to flag state to prevent concurrent r/w of map
([#370](#370))
([93e356b](93e356b))
* use event.Has func for file change notification handling (increased
stability across OS)
([#361](#361))
([09f74b9](09f74b9))

---
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: github-actions[bot] <41898282+github-actions[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.

[FEATURE] Pretty-print logging
4 participants