Where can we get airsdk logs

Hi,

I’m trying to play with Hello World example on AirSDK, and I would love to see logs of my running code.
For example, I can see self.log.info("Hello world") in guidance/python/hello.py that is executed by the simulated drone.

How can I access to this log ?

Best,
Clément

1 Like

I answer to myself :

Logs can be accessed in FDR folder in http://10.202.0.1/, decoded with GitHub - Parrot-Developers/logger using tool logextract.py.

Then the logs are in ulog-merge.txt :slight_smile:

Hello,
the command: “sudo ulogcat -v long -C” show logs in terminal, it’s easy to use

Mel

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.