This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Description
One of our applications is creating a lot of logs. They are mostly access logs, so there isn't much we can do to reduce the amount of logs. We create so much logs that the scalyr agent is having trouble processing them. We very frequently see lines like
10:53:03.131 skipper /var/log/scalyr-agent-2/agent.log 2018-11-14 09:53:03.131Z WARNING [core] [log_processing.py:1734] [error="skipForTooFarBehind"] Skipped copying 105580980 bytes in '/var/log/application.log' due to: Too far behind end of log. Num of bytes to end is 105580980.
The way I understand this, scalyr is frequently dropping many MB of logs. This results in very frequent 1-2min long gaps in the scalyr logs. Is there anything we (or you) can do about this?