RSATom / janus-gateway-snap

Helper repo for build Janus WebRTC Server on build.snapcraft.io and launchpad.net
https://github.com/meetecho/janus-gateway
GNU General Public License v3.0
29 stars 9 forks source link

What's the path to the janus-gateway log file? #34

Closed refre5h closed 1 year ago

refre5h commented 1 year ago

Using sudo snap logs janus-gateway -f can see the logs of janus-gateway. I want to send those logs to somewhere else, so a path to the log file is needed.

I could only find janus-gateway related logs in /var/log/syslog which has other unrelated logs as well. Is there a dedicated file that stores only the janus-gateway logs?

RSATom commented 1 year ago

You can configure logs output to file with Janus config The only thing you should take into account snap package can access only to limited list of locations.

refre5h commented 1 year ago

Thanks for the tips!