fishjam-dev / fishjam

General purpose media server. Supports WebRTC, HLS, RTSP, SIP
https://fishjam-dev.github.io/fishjam-docs/
Apache License 2.0
197 stars 12 forks source link

Print Jellyfish config on start #99

Closed mickel8 closed 11 months ago

mickel8 commented 11 months ago

This will result in the following info at when starting Jellyfish

[info] Starting Jellyfish v0.2.0-dev
[info] Distribution config: [enabled: false, node_name: nil, cookie: nil, nodes: []]
[info] WebRTC config: [webrtc_used: false, integrated_turn_ip: nil, integrated_turn_listen_ip: nil, integrated_turn_port_range: nil, integrated_turn_tcp_port: nil]
[info] Running JellyfishWeb.Endpoint with cowboy 2.10.0 at 127.0.0.1:5002 (http)
[info] Access JellyfishWeb.Endpoint at http://127.0.0.1:5002
[info] Starting telemetry endpoint at: http://127.0.0.1:9568
codecov[bot] commented 11 months ago

Codecov Report

Merging #99 (f461d06) into main (e271482) will increase coverage by 0.25%. Report is 2 commits behind head on main. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
+ Coverage   83.31%   83.56%   +0.25%     
==========================================
  Files          44       44              
  Lines         767      779      +12     
==========================================
+ Hits          639      651      +12     
  Misses        128      128              
Files Coverage Δ
lib/jellyfish/application.ex 47.82% <100.00%> (+10.98%) :arrow_up:
lib/jellyfish/config_reader.ex 100.00% <100.00%> (ø)
lib/jellyfish/peer/webrtc.ex 48.27% <50.00%> (ø)
lib/jellyfish/room.ex 81.88% <87.50%> (+0.14%) :arrow_up:
lib/jellyfish_web/telemetry.ex 88.88% <50.00%> (-11.12%) :arrow_down:

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e271482...f461d06. Read the comment docs.