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

Add rolling file logger #92

Merged
merged 8 commits into from
Feb 20, 2020
Merged

Add rolling file logger #92

merged 8 commits into from
Feb 20, 2020

Conversation

sergeykolbasov
Copy link
Contributor

@sergeykolbasov sergeykolbasov commented Feb 15, 2020

Closes #62

@codecov
Copy link

codecov bot commented Feb 15, 2020

Codecov Report

Merging #92 into master will increase coverage by 0.81%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage   92.73%   93.54%   +0.81%     
==========================================
  Files          30       32       +2     
  Lines         413      465      +52     
  Branches        9        7       -2     
==========================================
+ Hits          383      435      +52     
  Misses         30       30
Flag Coverage Δ
#unittests 93.54% <100%> (+0.81%) ⬆️
Impacted Files Coverage Δ
...re/src/main/scala/io/odin/loggers/FileLogger.scala 100% <ø> (ø) ⬆️
...n/scala/io/odin/config/FileNamePatternSyntax.scala 100% <100%> (ø)
core/src/main/scala/io/odin/package.scala 100% <100%> (ø) ⬆️
...main/scala/io/odin/loggers/RollingFileLogger.scala 100% <100%> (ø)
core/src/main/scala/io/odin/config/package.scala 100% <100%> (ø) ⬆️
...src/main/scala/io/odin/loggers/DefaultLogger.scala 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 164d0ff...e83bb6d. Read the comment docs.

@sergeykolbasov sergeykolbasov changed the title [WIP] Add rolling file logger Add rolling file logger Feb 20, 2020
@sergeykolbasov sergeykolbasov merged commit 556f300 into master Feb 20, 2020
@sergeykolbasov sergeykolbasov deleted the roll-file branch February 20, 2020 14:38
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.

Rollover file logger
1 participant