Skip to content

Configuring Mobile Client Log Upload

Configure mobile client log upload for the application, and for individual users.

Requires the Mobile Client Log Upload service.

You can specify how long to retain logs before they are deleted, and view fatal and error logs, or logs for all log levels. You can view important URLs, and export mobile service data in JSON format.

  1. In SAP mobile service cockpit, select Mobile Applications > Native/MDK or SAP Mobile Cards.

  2. Select an application, then select Mobile Client Log Upload under Assigned Features (or add it first).

  3. Select Error Logs to view error or fatal client logs for the application.

    Enter search criteria to narrow the focus and then select Go. You can search based on logging Level, Correlation ID and Time Frame (either a predefined time frame, or a custom time frame using the calendar date-picker to define a range). You can sort the search results, view details for a client log, and download the log in JSON format.

    The download action is only available for logs uploaded after the July 2021 version was released. The downloaded log file contains the specific error log and other log-level logs related to the error log. For logs uploaded before this release, the download option is not available.

    Error Log Files

    Column Description
    Time (UTC+0000) The log time in UTC format.
    Level The log level, including Fatal or Error.
    Message Text The log message text.
    User Name The name of the user that uploaded the log file containing the log.
    Location The location, such as com.<company>.class.
    Action The action to take, such as viewing the log details or downloading the log file (in JSON format) to your local environment.
  4. Select Configuration and configure default and user-specific client log upload properties.

    1. Under Default Logging, configure server and client-side logging properties. The default values are used, unless user-specific values are provided.

      Default Logging Properties

      Properties Descriptions
      Log Upload Whether the server is enabled to upload client logs.
      Log Level The default client-side log level setting for all users.
      • None ‒ no log level is set.
      • Debug ‒ for debugging purposes, includes extensive and low-level information.
      • Information ‒ informational text, used mostly for echoing what has been performed. This is the default and recommended setting, unless you are actively troubleshooting or seeking specific information.
      • Warning ‒ the application can recover from the anomaly, and fulfill the task, but requires attention from the developer or operator.
      • Error ‒ the application can recover from the error, but cannot fulfill the task due to the error.
      • Fatal ‒ the application cannot recover from the error, and the severe situation causes fatal termination.
      • Path ‒ for tracing execution flow. Used, for example, in the context of entering and leaving a method, looping, and branching operations. (Not applicable to the offline logging component.)
      Delete Uploaded Log After Select the time period after which client logs are deleted from the database. By default, log files exist in the database for seven days.
      Maximum Number of Logs Enter the maximum number of log files that can be stored on the user's system at the same time. Choose a value from 1-99999.
      Maximum Log Size Enter the maximum size of each log file. Choose a value from 0-99999 MB. '0 MB' indicates that the file size is unlimited. If the maximum number of log files or file size exceeds the defined value, the oldest log file will be deleted and the logs will be written to a new log file. This can happen irrespective of whether the logs are uploaded to the server or not. To ensure the logs are retained, you can set the maximum number of log files to "1" and file size to 0 MB.
    2. Under User Specific Logging, view existing user-specific logging values. User-specific values override the default values for that user. You can select plus to add a user, or edit existing values, using the guidelines provided.

    3. Select Save.

  5. Select Log Files to view log files that have been uploaded, including all levels, not only error or fatal. A log file is created for each upload. Note that this applies to log files that are uploaded starting with the July 2021 release. Log files uploaded prior to this release will not be shown here.

    You can select one or more log files, and use User Name and Time Frame (UTC+0000) to filter and search the logs. You can select one or more log files to download the files in JSON format to your local environment.

    Log Files

    Column Description
    User Name The name of the user that uploaded the log file.
    Uploaded (UTC+0000) The date and time the file was uploaded, in UTC format.
    Lines The total number of logs in the log file.
    Line with Error The number of logs in the log file with a log level of ERROR or FATAL.
    Start Timestamp (UTC+0000) The timestamp (in UTC) of the first log in the log file.
    End Timestamp (UTC+0000) The timestamp (in UTC) of the last log in the log file.
  6. Select Info to see feature details, such as feature description and useful URLs, and to export mobile service data in JSON format.


Last update: April 2, 2022