Disable Terminal Command Logging

How do I disable these [INFO] logs? It makes if very difficult to figure out what my program is actually doing when I have so many of these.

Thanks!

Hi @ponderablepine,

You can easily update olympe log config in your script.
Please take a look into the log.py example. You can either remove “console” from olympe logger handlers or edit olympe logger log level.

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