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

Enable flushing for JSON logger #48

Merged
merged 1 commit into from
Jul 3, 2021
Merged

Enable flushing for JSON logger #48

merged 1 commit into from
Jul 3, 2021

Conversation

sile
Copy link
Owner

@sile sile commented Jul 3, 2021

Resolves #45

@coveralls
Copy link

Pull Request Test Coverage Report for Build 996038934

  • 0 of 5 (0.0%) changed or added relevant lines in 2 files are covered.
  • 9 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.2%) to 48.796%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/file.rs 0 1 0.0%
src/terminal.rs 0 4 0.0%
Files with Coverage Reduction New Missed Lines %
src/file.rs 1 68.17%
../../../../../usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.1/src/context.rs 1 60.32%
../../../../../usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs 7 0%
Totals Coverage Status
Change from base Build 995863536: 0.2%
Covered Lines: 1601
Relevant Lines: 3281

💛 - Coveralls

@sile sile merged commit 0d94621 into master Jul 3, 2021
@sile sile deleted the issue45 branch July 3, 2021 09:37
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.

The log in the file is truncated when use json feature
2 participants