ArgLab / ArgLab_writing_observer

Writing Observer and Learning Observer: A system for monitoring learning process data, with an initial focus on writing process data from Google Docs.
GNU Affero General Public License v3.0
3 stars 2 forks source link

Check print vs. debug use #120

Open DrLynch opened 1 month ago

DrLynch commented 1 month ago

The codebase contains some uses of print where it seems that the console debugging is needed. We need to review the codebase to see what can be moved to the debug.log approach in prep for a potential shift to threaded logging or logging via a messaging process. see #118