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

break: speed up logging on node #9

Merged
merged 1 commit into from
Mar 6, 2021
Merged

break: speed up logging on node #9

merged 1 commit into from
Mar 6, 2021

Conversation

commenthol
Copy link
Owner

Changes:

  • TRACE level and log.trace
  • default log-level
    • in browser WARN
    • on node INFO
  • timestamp formatters instead of hideDate
    • choose between iso, unic, epoch timestamps
  • benchmarks
  • SonicBoom
    • increase write throughput with buffered write stream
  • serializers
    • included std serializers for err, http req, http res
  • number levels
    • log with numbers to be compatible with bunyan, pino
  • various bugfixes
  • discontinue custom formatters

@coveralls
Copy link

coveralls commented Mar 3, 2021

Coverage Status

Coverage decreased (-0.7%) to 98.031% when pulling e117419 on break-speedup into 11d70ea on master.

@commenthol commenthol force-pushed the break-speedup branch 3 times, most recently from e117419 to 612d787 Compare March 6, 2021 21:26
- TRACE level and log.trace
- default log-level
  - in browser WARN
  - on node INFO
- timestamp formatters instead of hideDate
  - choose between iso, unic, epoch timestamps
- benchmarks
- SonicBoom
  - increase write throughput with buffered write stream
- serializers
  - included std serializers for err, http req, http res
- number levels
  - log with numbers to be compatible with bunyan, pino
- various bugfixes
- discontinue custom formatters
@commenthol commenthol merged commit 592a9ec into master Mar 6, 2021
@commenthol commenthol deleted the break-speedup branch March 6, 2021 21:54
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

2 participants