lora-network-server logs not found
- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › lora-network-server logs not found
Hi,
I am using my Multitech AEP model as an LNS and I am trying to find the logs inside the gateway (I need all the metadata sent within the payload)
I put the maximum log level from the GUI but I can’t find any logs in the gateway.
/var/config/lora# more lora-network-server.conf
……. “log”: {“syslog”: true, “path”: “”, “console”: true, “level”: 100}…
I tried to modify the conf file by forcing the path to “/var/log/lora-network-server.log” and restarted my node but nothing happen.
Can you please help me to create my debug log in the node?
Tarek
Hi Tarek SAKET,
Could you please log into the Conduit via the web browser and then go to ‘Lora Network Server’ and set ‘Network server log’ to Maximum. Click on ‘Submit’ button.
Then open up another tab on your browser and issue the following commands:
https://192.168.2.3/api/loraNetwork?method=PUT&data={“log”:{“syslog”:false,”path”:”/var/log/lora-network-server.log”}}
https://192.168.2.3/api/command/save?method=POST
https://192.168.2.3/api/command/restart?method=POST
Notes: Replace the IP address to your Conduit’s IP address. Also, do not copy and paste the commands from here into your browser. You need to type it in manually.
Thanks,
BT
Thanks Bryan, it works fine!!
BR,
TAREK SAKET