hauleth / erlang-systemd

systemd utilities for Erlang applications
Apache License 2.0
174 stars 19 forks source link

Merge journal_h and journal_formatter #16

Closed hauleth closed 4 years ago

hauleth commented 4 years ago

This should make the usage of the formatter much easier for the end user, as they do not need to remember to use proper output format (less possible misconfiguration, which could cause missed logs).

Close #15

codecov[bot] commented 4 years ago

Codecov Report

Merging #16 into master will decrease coverage by 0.86%. The diff coverage is 98.31%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #16      +/-   ##
=======================================
- Coverage   95.86%   95%   -0.87%     
=======================================
  Files           8     8              
  Lines         290   260      -30     
=======================================
- Hits          278   247      -31     
- Misses         12    13       +1
Impacted Files Coverage Δ
src/systemd.erl 92% <100%> (-0.16%) :arrow_down:
src/systemd_protocol.erl 100% <100%> (ø)
src/systemd_socket.erl 81.81% <100%> (+1.81%) :arrow_up:
src/systemd_journal_h.erl 95.45% <97.91%> (+12.84%) :arrow_up:

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 2968db7...6a40613. Read the comment docs.