tl-its-umich-edu / tool-migration

App for migrating external (LTI) tools in Instructure's Canvas LMS.
1 stars 3 forks source link

change the log level from "warn" to "info" for the #39

Open zqian opened 10 months ago

zqian commented 10 months ago

In line 238-240 of main.py, the following log message change be changed to info level, since it only reflects the setting option:

logger.warning('Warehouse connection is disabled or not fully '
                       'configured, so falling back to only using the '
                       'Canvas API…')