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(core): update default pattern #255

Merged
merged 3 commits into from
Oct 6, 2020
Merged

Conversation

aquariuslt
Copy link
Member

update default pattern to %[[%d{yyyy-MM-dd hh:mm:ss:SSS}][%z][%p][%X{name}]%] - %m%n

Closes #253

update default pattern to `%[[%d{yyyy-MM-dd hh:mm:ss:SSS}][%z][%p][%X{name}]%] - %m%n`
@codecov
Copy link

codecov bot commented Oct 6, 2020

Codecov Report

Merging #255 into master will increase coverage by 2.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
+ Coverage   85.10%   87.27%   +2.16%     
==========================================
  Files           5        5              
  Lines          47       55       +8     
  Branches        6        7       +1     
==========================================
+ Hits           40       48       +8     
  Misses          4        4              
  Partials        3        3              
Flag Coverage Δ
#unittests 87.27% <100.00%> (+2.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/core/src/log4js.options.ts 84.61% <ø> (ø)
packages/core/src/log4js.classes.ts 100.00% <100.00%> (ø)

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 9907de8...39feb1a. Read the comment docs.

@aquariuslt aquariuslt merged commit 80cf7a0 into master Oct 6, 2020
@aquariuslt aquariuslt deleted the feat/update-default-pattern branch October 6, 2020 14:02
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.

default log pattern will log nestjs's context end of log
1 participant