lora-network-server logs not found

Home Forums Conduit: AEP Model lora-network-server logs not found

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14813
    Tarek SAKET
    Participant

    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

    #14814
    Bryan Tran
    Moderator

    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

    #14816
    Tarek SAKET
    Participant

    Thanks Bryan, it works fine!!

    BR,
    TAREK SAKET

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.