Right now, the only feedback users can get is through setting the environment variable ASP_DEBUG, which triggers debug_print to output things. Asp should instead use a Python logging framework and allow standardized, multiple levels of logging (e.g. 0 = no logging, 1 = just specialization decisions, etc.).
Est time: O(days)
Right now, the only feedback users can get is through setting the environment variable
ASP_DEBUG, which triggersdebug_printto output things. Asp should instead use a Python logging framework and allow standardized, multiple levels of logging (e.g. 0 = no logging, 1 = just specialization decisions, etc.).Est time: O(days)