server.web.config ================= .. py:module:: server.web.config .. autoapi-nested-parse:: Jobmon server web configuration package. This package contains server-specific logging configurations that use shared templates from jobmon.core.config.templates. Server configs: - logconfig_server.yaml: Server logging with structlog (OTLP disabled) - server_otlp_example.yaml: Example server OTLP configuration These configurations are automatically selected by the server's configure_logging() function based on the otlp.web_enabled setting. Functions --------- .. autoapisummary:: server.web.config.get_jobmon_config Package Contents ---------------- .. py:function:: get_jobmon_config(config: Optional[jobmon.core.configuration.JobmonConfig] = None) -> jobmon.core.configuration.JobmonConfig Get the jobmon config. If no config is provided, defaults are used. :param config: The jobmon config to use when creating the app.