Enable and disable OSC logging

use_osc_logging  true_or_false (boolean)

Enable or disable log messages created on OSC functions. This does not disable the OSC functions themselves, it just stops them from being printed to the log

Introduced in v3.0

Examples

# Example 1

use_osc_logging true



# Turn on OSC logging



# Example 2

use_osc_logging false



# Disable OSC logging