Currently lots of Beagle debug information is outputed using print() which requires starting it from terminal. Using logger would be more convenient.
print()
@andrzej.wojcik I assume I should see entries from beagle in the Console app?
Currently lots of Beagle debug information is outputed using
print()which requires starting it from terminal. Using logger would be more convenient.