Question
How do you enable real-time output when Piped logging (AKA Splitlogs) is enabled?
Answer
You will want to create a custom config file that enables the 'buffer=no' option for the Splitlogs service. The following steps will allow you to do this.
- Create the file with this setting.
echo "buffer=no" >> /var/cpanel/conf/splitlogs.conf
- Restart the Apache service to apply the change.
/scripts/restartsrv_httpd --restart
Comments
0 comments
Article is closed for comments.