3.3. Disabling Logging

Disabling logging can be useful for performance analysis without any I/O overhead or to reduce verbosity at the console. To do this, set the kodo.Log property to none:

kodo.Log: none

However, disabling logging permanently will cause all warnings to be consumed. So, we recommend using one of the more sophisticated mechanisms described in this chapter.