Log level

How do I set the log level in Spark? I’‘m writing a plugin and currently the only logging that shows up is error logs (Log.error() calls). I’'d like to set my client to show Log.debug() calls, but I have been unable to find a setting to change the log level.