1. Add the desired RSYSLOG information into the existing corresponding directives in /usr/local/nukona/appstore_cu/appstore_cu/settings_local.py, as shown below:
REMOTE_SYSLOGGING_ENABLED = True
REMOTE_SYSLOG_MODE = 'daemon'
SYSLOG_SERVER_ADDRESS = 'rsyslog.domain.com'
SYSLOG_SERVER_PORT = 514
SYSLOG_SERVER_LOGGING_LEVEL = logging.DEBUG
2. Restart the Mobility services, as root enter:
/etc/init.d/appcenter-services restart
3. Ensure that the RSYSLOG server is properly setup to receive logging data from the Mobility FE. See http://www.rsyslog.com/doc/v8-stable/configuration/index.html for additional information.