Skip to content

Commit

Permalink
Admin - Update debug log location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymotey committed Sep 26, 2024
1 parent 43344f8 commit 0c39c44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tpl/toolbox/settings-debug.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
<td>
<?php $this->build_switch($id, array(__('OFF', 'litespeed-cache'), __('ON', 'litespeed-cache'), __('Admin IP Only', 'litespeed-cache'))); ?>
<div class="litespeed-desc">
<?php echo __('Outputs to WordPress debug log.', 'litespeed-cache'); ?>
<?php echo sprintf(__('Outputs to a series of files in the %s directory.', 'litespeed-cache'), '<code>wp-content/litespeed/debug</code>'); ?>
<?php echo __('To prevent filling up the disk, this setting should be OFF when everything is working.', 'litespeed-cache'); ?>
<?php echo __('The Admin IP option will only output log messages on requests from admin IPs.', 'litespeed-cache'); ?>
<?php echo sprintf(__('The logs will be output to %s.', 'litespeed-cache'), '<code>wp-content/debug.log</code>'); ?>
<?php echo __('The Admin IP option will only output log messages on requests from admin IPs listed below.', 'litespeed-cache'); ?>
</div>
</td>
</tr>
Expand Down

0 comments on commit 0c39c44

Please sign in to comment.