Skip to content

Swarthmore/wp-proper_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

wp-proper_log

WordPress System Logger

Prerequisites

Rsyslog Configuration

(optional) To send WordPress events to their own system log. On a system running rsyslog, update /etc/rsyslog.conf to contain the following in the RULES portion of the config.

# Logging for WordPress applications
local0.*                                                /var/log/wp_event_log

Restart rsyslog to apply the configuration change.