splinepy.utils.log.configure# splinepy.utils.log.configure(debug=False, logfile=None)[source]# Logging configurator. Can help you to set debug or info. Calling this will keep only one logging.StreamHandler. Parameters: debug (bool) logfile (str) Return type: None