astarte-platform / astarte_vmq_plugin

Astarte VerneMQ plugin publishes incoming messages on an AMQP exchange with some additional metadata, so they can be processed by other components.
http://astarte-platform.org/
Apache License 2.0
16 stars 10 forks source link

Use logfmt in Elixir Logger. #44

Closed Annopaolo closed 3 years ago

Annopaolo commented 3 years ago

Standardize Elixir logging to logfmt format like all other Astarte services.

Signed-off-by: Arnaldo Cesco arnaldo.cesco@ispirata.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (89ec96f) into release-1.0 (c24dab6) will not change coverage. The diff coverage is 15.38%.

:exclamation: Current head 89ec96f differs from pull request most recent head 97ba46a. Consider uploading reports for the commit 97ba46a to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##           release-1.0      #44   +/-   ##
============================================
  Coverage        73.03%   73.03%           
============================================
  Files                9        9           
  Lines              178      178           
============================================
  Hits               130      130           
  Misses              48       48           
Impacted Files Coverage Δ
lib/astarte_vmq_plugin/amqp_client.ex 51.72% <0.00%> (ø)
lib/astarte_vmq_plugin/rpc/handler.ex 48.27% <28.57%> (ø)

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 c24dab6...97ba46a. Read the comment docs.