5507ddd0e0d375266f742862fdbb96f800410689
[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   <form method="post" action="do_generic">
11     <table border="0" cellspacing="2" cellpadding="2" class="altern">
12       <tr><td colspan=2>
13           <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>
14           </center>
15         </td>
16       </tr>
17       <?ITERATE("SERVCFG:LOGENABLE", ="aide_display_logstatus_line")>
18     </table>
19   </form>
20 </div>
21
22 </div>
23   <??("X", 1)>
24 <?=("trailing")>