tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Change `watchman` URL mount point to `status`, fix logging #263

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

To keep consistent with other applications, we should mount the watchman application URLs at status instead of watchman. We may also want to add a bare_status endpoint.

We should also change the log level in the logger so it only logs messages with level INFO or WARNING or higher. It could be configurable also.

zqian commented 1 year ago

Tested on the CAE dev server: the /status endpoint is in place; /watchman endpoint is removed; ROOT_LOG_LEVEL is set to INFO.