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

refactor: core pkg uses slog #410

Merged
merged 17 commits into from Dec 20, 2022
Merged

refactor: core pkg uses slog #410

merged 17 commits into from Dec 20, 2022

Conversation

woorui
Copy link
Collaborator

@woorui woorui commented Dec 12, 2022

The pull request depends #407

@woorui woorui changed the title Refactor core slog Refactor core use slog Dec 12, 2022
@woorui woorui changed the title Refactor core use slog refactor: core pkg uses slog Dec 12, 2022
@woorui woorui mentioned this pull request Dec 12, 2022
4 tasks
@woorui woorui requested a review from venjiang December 16, 2022 08:04
Base automatically changed from feat-slog-support to master December 16, 2022 08:54
core/client.go Outdated Show resolved Hide resolved
core/client.go Outdated Show resolved Hide resolved
* refactor: use slog for yomo pkg

* refactor: yomo use slog

* refactor(rx): use slog for rx pkg

* feat(sfn): change on data log level

* fix(zipper):  zipper build

* fix(zipper): remove unused pkg imports

* merge master

* fix(client): option logger

* fix(option): make option public

* fix(sfn): log info

* feat: make NewOption public

* refactor: example uses slog (#412)

* refactor(example): use slog

* build: restore go mod

* build: restore go mod

* doc: fix example doc

* fix: example use slog not ylog

* build: go mod
@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2022

Codecov Report

Merging #410 (0254d92) into master (1c41ec0) will increase coverage by 0.41%.
The diff coverage is 61.82%.

@@            Coverage Diff             @@
##           master     #410      +/-   ##
==========================================
+ Coverage   59.44%   59.85%   +0.41%     
==========================================
  Files          41       40       -1     
  Lines        2796     2830      +34     
==========================================
+ Hits         1662     1694      +32     
- Misses       1008     1009       +1     
- Partials      126      127       +1     
Impacted Files Coverage Δ
core/core.go 100.00% <ø> (ø)
options.go 33.87% <0.00%> (ø)
rx/runtime.go 0.00% <0.00%> (ø)
rx/stream_operator.go 32.82% <0.00%> (ø)
sfn.go 23.71% <16.66%> (ø)
zipper_notwindows.go 26.31% <20.00%> (+1.31%) ⬆️
core/listener_default.go 50.00% <33.33%> (ø)
source.go 47.16% <33.33%> (ø)
zipper.go 27.15% <38.46%> (+1.32%) ⬆️
core/frame/frame.go 29.03% <45.45%> (-2.22%) ⬇️
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@woorui woorui merged commit ea2d945 into master Dec 20, 2022
@woorui woorui deleted the refactor-core-slog branch December 20, 2022 10:21
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.

None yet

3 participants