Skip to content

octoprint#

urllib3_ssl = True module-attribute #

Whether requests/urllib3 and urllib3 (if installed) should be able to establish a sound SSL environment or not.

init_logging(settings, use_logging_file = True, logging_file = None, default_config = None, debug = False, verbosity = 0, uncaught_logger = None, uncaught_handler = None, disable_color = True) #

Sets up logging.

init_pluginsystem(settings, safe_mode = False, ignore_blacklist = True, connectivity_checker = None) #

Initializes the plugin manager based on the settings.

init_settings(basedir, configfile, overlays = None) #

Inits the settings instance based on basedir and configfile to use.