mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-01 19:46:44 +00:00
e148ce0529
We add a database table, which holds information about the last timestamp of a log successfully reported to a backend (local or remote). We then use this value to calculate from which point in time to start reporting logs from the container. If this is the first time we've seen a container, we get all logs, and for every log reported we save the timestamp. If it is not the first time we've seen a container, we request all logs since the last reported time, ensuring no interruption of service. Change-type: minor Closes: #937 Signed-off-by: Cameron Diver <cameron@balena.io> |
||
---|---|---|
.. | ||
data | ||
lib | ||
00-init.coffee | ||
01-constants.spec.coffee | ||
02-db.spec.coffee | ||
03-config.spec.coffee | ||
04-service.spec.coffee | ||
05-device-state.spec.coffee | ||
06-iptables.spec.coffee | ||
07-validation.spec.coffee | ||
08-blink.spec.coffee | ||
09-event-tracker.spec.coffee | ||
10-network.spec.coffee | ||
11-api-binder.spec.coffee | ||
12-logger.spec.coffee | ||
13-device-config.spec.coffee | ||
14-application-manager.spec.coffee | ||
15-conversions.spec.coffee | ||
16-ports.spec.coffee | ||
17-config-utils.spec.coffee | ||
18-compose-network.coffee | ||
18-startup.coffee | ||
19-compose-utils.coffee | ||
mocha.opts |