Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/_raw_log_warnings.tmpl

[% IF CPANEL.CPCONF().dumplogs %]
   <div class="row">
      <div class="alert alert-warning alert-message">
          <div class="help-block">
                <p>
                    <span class="glyphicon glyphicon-exclamation-sign"></span>
                    [% locale.maketext('[output,strong,Warning]: The “[_1]” option is enabled in “[_2]”.',
                        'Delete each domain’s access logs after statistics are gathered',   # Not translated
                        locale.maketext('Tweak Settings'))
                    %]
                    [% locale.maketext('When this option is enabled, raw logs may only contain a few hours‘ worth of data because the system discards processed access data.') %]
                </p>
          </div>
      </div>
   </div>
[% ELSIF !CPANEL.CPCONF().keeplogs %]
   <div class="row">
      <div class="alert alert-warning alert-message">
          <div class="help-block">
                <p>
                    <span class="glyphicon glyphicon-exclamation-sign"></span>
                    [% locale.maketext('[output,strong,Warning]: The “[_1]” option is disabled in “[_2]”.',
                        'Keep log files at the end of the month',   # Not translated
                        locale.maketext('Tweak Settings'))
                    %]
                    [% locale.maketext('When this option is disabled, the system empties raw log files at the beginning of each month.') %]
                </p>
          </div>
      </div>
   </div>
[% END %]
Back to Directory File Manager