+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Sending captured logs

Send logs to the server according to our application's logic. Auto log send can also be enabled to automatically send logs. If logs are not sent before the maximum size is reached, the log file is then purged in favor of newer logs.


Before you begin

As an example to send logs on a 1-minute interval timer, follow these steps.

Note: Adopt the following pattern when you collect log data. Sending data on an interval ensures that you are seeing your log data in near real-time in the MobileFirst Analytics Console.

To ensure that all captured logs are sent, consider one of the following strategies:

Parent topic: Logger SDK