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.
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.