Currently lots of Beagle debug information is outputed using print() which requires starting it from terminal. Using logger would be more convenient.
print()
Currently lots of Beagle debug information is outputed using
print()
which requires starting it from terminal. Using logger would be more convenient.