If there are residual logs in /var/log/syslog, they will all be processed by DataServer.py when initialized. I would prefer if it only processed real time events.
Two options:
- Truncate /var/log/syslog when DataServer.py is initialized.
- Start reading from end of /var/log/syslog.
Thoughts/Ideas?