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

Overhaul the internal log system #24

Open bradley-erickson opened 2 years ago

bradley-erickson commented 2 years ago

We need to overhaul the internal log system. We need to make sure that all events are accounted for and more specifically, those events are being written to files that are being backed up and rotated properly.

Currently we are just piping stdout into a file via the servermanagement/RunLearningObserver.sh script. This should be output to a file from within the process instead of needing an additional shell script to do it.