Hello,
I want to see the log file generated by the LoRa server but I can’t find any when I am running it in a docker container.
nothing under /var/log/
Is their a log file generated? if yes where can I find it?
Thanks,
Best regards.
Hello,
I want to see the log file generated by the LoRa server but I can’t find any when I am running it in a docker container.
nothing under /var/log/
Is their a log file generated? if yes where can I find it?
Thanks,
Best regards.
The loraserver, lora-app-server and lora-gateway-bridge services output their logs to stderr
, so it is up to the process starting these services to pipe this output into a log file or not. In this case your Docker process. This might be helpful: https://docs.docker.com/engine/admin/logging/view_container_logs/