hauleth / erlang-systemd

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

Prefix all lines instead of only first one #12

Closed hauleth closed 4 years ago

hauleth commented 4 years ago

Earlier only first line in log was prefixed, this could cause problems in multiline logger formatters where subsequent lines would result with wrong priority.

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage    94.4%   94.44%   +0.03%     
==========================================
  Files           8        8              
  Lines         286      288       +2     
==========================================
+ Hits          270      272       +2     
  Misses         16       16
Impacted Files Coverage Δ
src/systemd_stderr_formatter.erl 100% <100%> (ø) :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 5e08ecf...f670d1f. Read the comment docs.