wp_die()
triggered;127.0.0.1
if automated);WordPressAudit 2017-05-24 16:35:45 [warning] yourdomain.com 68.256.55.123 "tiffany" "Deactivated plugin: look-see-security-scanner"
jeepers-peepers
folder to your plugins directory via FTP.
To install this plugin as Must-Use, download, extract, and upload the jeepers-peepers
folder to your mu-plugins directory via FTP. Please note: MU Plugins are removed from the usual update-checking process, so you will need to handle future updates manually.Sorry, no. This plugin can only be added to standard (single-site) WordPress installations.
/var/log/wordpress/{YOUR_SITE_DOMAIN}.log
, but this can be overridden by defining a constant in your wp-config.php
file (see the relevant FAQ section below).open_basedir
restrictions, this means whitelisting the path to the log file. If the hosting environment is chrooted or jailed, the log location will need to be within the same boundaries.By default, the log is written to /var/log/wordpress/{YOUR_SITE_DOMAIN}.log
. If this path exists and works for you, then no, logging will happen without any intervention.
To modify the default behavior, you will need to define a couple constants in your wp-config.php
file. See the relevant FAQ section below.
The following constants can be defined in your wp-config.php
file to override the default behaviors.
www.
subdomain./var/log/wordpress/{YOUR_SITE_DOMAIN}.log
true
The plugin includes action callbacks you can trigger in your code to record a custom event.
// In order of severity... do_action('syslog_debug', $message, $internal); do_action('syslog_notice', $message, $internal); do_action('syslog_info', $message, $internal); do_action('syslog_warning', $message, $internal); do_action('syslog_error', $message, $internal); do_action('syslog_critical', $message, $internal);
All actions accept the following:
@
to mark it as "internal". Default: FALSE
BLOBAUDIT_LOG_UTC
constant for toggling between UTC/site-time for event dates.