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(logger): using fast JSON logger (zerolog) #613

Merged
merged 2 commits into from
Jul 30, 2023

Conversation

kehiy
Copy link
Contributor

@kehiy kehiy commented Jul 30, 2023

Description

use zerolog instead of logrus.

Related issue(s)

@kehiy kehiy requested review from b00f and Ja7ad July 30, 2023 16:00
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #613 (fe43d86) into main (5ccaeb3) will decrease coverage by 0.72%.
The diff coverage is 22.97%.

@@            Coverage Diff             @@
##             main     #613      +/-   ##
==========================================
- Coverage   83.17%   82.45%   -0.72%     
==========================================
  Files         154      154              
  Lines        7287     7251      -36     
==========================================
- Hits         6061     5979      -82     
- Misses        939      990      +51     
+ Partials      287      282       -5     

@b00f b00f enabled auto-merge (squash) July 30, 2023 16:15
@b00f b00f disabled auto-merge July 30, 2023 16:15
@b00f b00f changed the title refactor: logger refactor(logger): using fast JSON logger (zerolog) Jul 30, 2023
@b00f b00f merged commit cdf6d09 into pactus-project:main Jul 30, 2023
13 of 14 checks passed
@kehiy kehiy removed the request for review from Ja7ad July 30, 2023 16:18
@kehiy kehiy deleted the feature/logger branch July 30, 2023 16:18
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.

Replacing Logrus with zerolog
2 participants