Revision 5eac8374
Added by Chris Buechler almost 10 years ago
usr/local/www/vpn_ipsec_settings.php | ||
---|---|---|
283 | 283 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("IPsec Advanced Settings"); ?></td> |
284 | 284 |
</tr> |
285 | 285 |
<tr> |
286 |
<td width="22%" valign="top" class="vncell"><?=gettext("IPsec Debug"); ?></td>
|
|
286 |
<td width="22%" valign="top" class="vncell"><?=gettext("IPsec Logging Levels"); ?></td>
|
|
287 | 287 |
<td width="78%" class="vtable"> |
288 |
<strong><?=gettext("Start IPsec in debug mode based on sections selected"); ?></strong>
|
|
288 |
<strong><?=gettext("Use the following IPsec logging levels"); ?></strong>
|
|
289 | 289 |
<br /> |
290 | 290 |
<table summary="ipsec debug"> |
291 | 291 |
<?php foreach ($ipsec_loglevels as $lkey => $ldescr): ?> |
... | ... | |
314 | 314 |
<?php endforeach; ?> |
315 | 315 |
<tr style="display:none;"><td></td></tr> |
316 | 316 |
</table> |
317 |
<br /><?=gettext("Launches IPsec in debug mode so that more verbose logs " . |
|
318 |
"will be generated to aid in troubleshooting."); ?> |
|
317 |
<br /><?=gettext("Defines IPsec logging levels. Control is the default level for all log types."); ?> |
|
319 | 318 |
</td> |
320 | 319 |
</tr> |
321 | 320 |
<tr> |
Also available in: Unified diff
Fix up descriptive text for logging levels. Ticket #5340