troeger / opensubmit

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.
GNU Affero General Public License v3.0
30 stars 18 forks source link

Stop filling the web server log with "deadline passed" messages #155

Closed troeger closed 7 years ago

troeger commented 8 years ago

Due to the usage of can_modify() in the rendering of the submission editing page, the web server log is filled with DEBUG messages about the result of this check.

Since people tend to run their installations with debug login switched on, this should be avoided. Alternatively, the default log level should be higher.