From the MobileFirst Operations Console, you create, edit, and delete client log filters on a registered application. Log filters take effect if the application includes specific method calls.
For any application that is registered on MobileFirst Operations Console, you can configure the verbosity of the log level that the client device can capture and send back to MobileFirst Server using log filters.
Adding, modifying, or deleting a log filter from the MobileFirst Operations Console does not take effect on the device in real time. These changes take effect only if the developer has coded the client app to pull the client log in the application, by using either of the following API calls, provided by the SDK (see Fetching server configuration profiles).
Each time the filters are retrieved, the device is synchronized with the log profile. A good practice is to put the appropriate API call in the application code path that gets executed often, for example when the application starts or when application foreground events occur.