40a88ee308ea2f9550e2cb2a86aacb867fa515cf
[citadel.git] / webcit / static / t / aide / display_logstatus.html
1 <?=("head")>
2 <div id="banner">
3   <h1>
4     <?_("Temporarily enable debug logging for components")>
5   </h1>
6 </div>
7
8 <div id="content" class="service">
9     <??("COND:AIDE", 1)>
10     <table border=0 cellspacing="2" cellpadding="2" width=94% class="altern"><tr><td colspan=2>
11
12           <center><?_("This screen allows you to enable debug logging of components of the current citserver process. The setting is non-restart permanent. If you want it to be enabled permanently add it to the CITADEL_LOGDEBUG environment variable in your init script.")><br>
13           </center>
14         </td>
15       </tr>
16             <form method="post" action="do_generic">
17             <?ITERATE("SERVCFG:LOGENABLE", ="aide_display_logstatus_line")>
18             </form>
19     </table>
20     <??("X", 1)>
21 <?=("trailing")>