|
This option has been set in code.
|
value=""
class="regular-text">
Status:
Connected';
break;
case 'paused':
echo 'Logging is paused';
echo ' ' . $api->getConnectionMessage();
break;
case 'staging':
echo '' . $api->getConnectionMessage() . '';
break;
case 'fail':
echo '' . $api->getConnectionMessage() . '';
break;
default:
if ($apiKey) {
echo 'Unknown error';
} else {
echo 'Enter this site\'s API Key';
}
break;
}
?>
|
You can find this value by logging into your account
and navigating to this site's settings page.
|
|
This option has been set in code.
|
value="1"
class="regular-checkbox">
|
If you check this box, when logging an action,
we will include the users User ID in the logged action.
|
|
This option has been set in code.
|
value="1"
class="regular-checkbox">
|
If you check this box, when logging an action,
we will include the users profile link in the logged action.
|
|
This option has been set in code.
|
value="1"
class="regular-checkbox">
|
If you check this box, when logging an action,
we will include the users username in the logged action.
|
|
This option has been set in code.
|
value="1"
class="regular-checkbox">
|
If you check this box, when logging an action,
we will include the users IP address in the logged action.
|
|
This option has been set in code.
|
value="1"
class="regular-checkbox">
|
When messages are sent to Logtivity, the site URL will be checked
against the URL Logtivity has on file for this API Key. If they do
not match, logging will be paused.
|
|
This option has been set in code.
|
value="1"
class="regular-checkbox">
|
This will log the latest response from the API.
This can be useful for debugging the result from an API call when storing a log.
We recommend setting this to off by default as this will allow
us to send logs asynchronously and not wait for a response from the API.
This will be more performant.
|
|
This option has been set in code.
|
|
You can disable individual logged actions here by listing the action names, one per line.
To specify the context field as well,
separate the action and context keywords with an && symbol.
If you have multiple sites on Logtivity and would rather control disabled
logs globally you can go to the
%s',
logtivity_get_app_url() . '/team-settings/activity-log-settings',
'Activity Log Settings page'
);
?>
in your Logtivity dashboard.
|